Fix debug log path
Use the SELF var itself without running it through any pathinfo filter
This commit is contained in:
@@ -826,7 +826,7 @@
|
||||
if ($strip_ext == 1)
|
||||
return $page_temp['filename'];
|
||||
elseif ($strip_ext == 2)
|
||||
return $page_temp['dirname'].'/'.$page_temp['basename'];
|
||||
return $_SERVER['PHP_SELF'];
|
||||
else
|
||||
return $page_temp['basename'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user