Commit: c4f0c07a4ad8fcc370a637478c485353fe0bb3bc Author: Anatol Belski <a...@php.net> Sun, 13 Jan 2019 19:40:57 +0100 Parents: 279a5d1b417b3b60c6993c8a9a87ca431c65f1cf Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=c4f0c07a4ad8fcc370a637478c485353fe0bb3bc Log: Fix DOCROOT const Changed paths: M include/config.php Diff: diff --git a/include/config.php b/include/config.php index 16a196e..19164e1 100644 --- a/include/config.php +++ b/include/config.php @@ -6,5 +6,5 @@ define('QA_DIR', APP_PATH . 'docroot/downloads/qa/'); define('DATA_DIR', APP_PATH . '/data/'); define('LIB_DIR', APP_PATH . '/include/'); define('TPL_PATH', APP_PATH . '/templates/'); -define('DOCROOT', APP_PATH . 'docroot'); -define('SNAPS_URL', '/downloads/snaps/'); \ No newline at end of file +define('DOCROOT', APP_PATH . '/docroot'); +define('SNAPS_URL', '/downloads/snaps/'); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php