Compare commits
No commits in common. "master" and "0.1.0.1" have entirely different histories.
@ -17,7 +17,6 @@ if (!($script = dirname(@readlink($_SERVER['SCRIPT_NAME']))))
|
||||
$script = dirname($_SERVER['SCRIPT_NAME']);
|
||||
if (basename($script)=='bin')
|
||||
$script = dirname($script);
|
||||
$script = realpath($script);
|
||||
|
||||
define("APP_ROOT", $script);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user