mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
More fixes
This commit is contained in:
@@ -236,7 +236,7 @@ else {
|
||||
// parse for define PAGE
|
||||
$tmp = BASE_DIR;
|
||||
$uri = $_SERVER['REQUEST_URI'];
|
||||
if (!empty($tmp)) {
|
||||
if (strlen($tmp) > 0) {
|
||||
$uri = str_replace(BASE_DIR . '/', '', $uri);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user