X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=sklad.conf.php.example;h=cf6f46f4df26d1480ba79d736756c5855ddb462d;hb=1d0a5f85672a3f037ede7da7e5aa2c28d55c9af6;hp=c33ecc03743e31d90cfbdedf56e0347e8c5a6ca6;hpb=88c38b26e8ac27d3e7de78a0a7bc904994f0bed4;p=mirrors%2FSokoMan.git diff --git a/sklad.conf.php.example b/sklad.conf.php.example index c33ecc0..cf6f46f 100755 --- a/sklad.conf.php.example +++ b/sklad.conf.php.example @@ -14,7 +14,7 @@ define('DIR_TEMPLATES', DIR_HOME.'/templates'); define('DIR_APIS', DIR_HOME.'/apis'); define('DIR_ASSISTANTS', DIR_HOME.'/assistants'); -define('URL_HOME', dirname($_SERVER['SCRIPT_NAME'])); +define('URL_HOME', dirname($_SERVER['SCRIPT_NAME'])); //TODO: use request_uri with path_info stripped for portability define('URL_IMAGES', URL_HOME.'/images'); define('URL_BARCODES', URL_HOME.'/barcodes');