root / constants.inc.php @ 7096d2f9
1 |
<?php
|
---|---|
2 |
define('CELUTZ_PATH', realpath(dirname(__FILE__))); |
3 |
define('PANORAMA_FOLDER', 'tiles' ); |
4 |
define('PANORAMA_PATH', CELUTZ_PATH.'/'.PANORAMA_FOLDER ); |
5 |
define('UPLOAD_PATH', CELUTZ_PATH.'/upload' ); |
6 |
// Do not display points further than that (in kms)
|
7 |
define('MAX_SEEING_DISTANCE', 25); |
8 |
define('REF_POINTS_PATH', CELUTZ_PATH.'/'.'ref_points.local.php'); |
9 |
?>
|