Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Divers comportement realpath fix #499
Browse files Browse the repository at this point in the history
  • Loading branch information
prytoegrian committed Oct 4, 2017
1 parent 12f3b3a commit 059afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion define.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
define('CSS_PATH', ASSETS_PATH . 'Css/');
define('LIBRARY_PATH', ROOT_PATH . 'library/');
define('INCLUDE_PATH', ROOT_PATH . 'includes/');
define('CONFIG_PATH', realpath(ROOT_PATH) . DS . 'cfg'. DS);
define('CONFIG_PATH', realpath(ABSOLUTE_SYSPATH) . DS . 'cfg'. DS);
define('INSTALL_PATH', ROOT_PATH . 'install/');
define('LOCALE_PATH', ROOT_PATH . 'locale/');
define('DUMP_PATH', ROOT_PATH . 'dump/');
Expand Down

0 comments on commit 059afa7

Please sign in to comment.