diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/init.php b/inc/init.php index ac1349473..65c64515c 100644 --- a/inc/init.php +++ b/inc/init.php @@ -181,7 +181,7 @@ function getBaseURL($abs=false){ $dir = str_replace('\\','/',$dir); #bugfix for weird WIN behaviour $dir = preg_replace('#//+#','/',$dir); - + //handle script in lib/exe dir $dir = preg_replace('!lib/exe/$!','',$dir); |