mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
Fix empty PAGE
This commit is contained in:
@@ -247,6 +247,10 @@ else {
|
||||
}
|
||||
|
||||
$page = $uri;
|
||||
if (empty($page)) {
|
||||
$page = 'news';
|
||||
}
|
||||
|
||||
$file = BASE . $path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user