Small Fixes

This commit is contained in:
Timon Ostertun
2020-09-22 23:39:25 +02:00
parent 0079d72818
commit 7dafe9777c
2 changed files with 7 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
$site = 'index';
}
define('LINK_PRE', SERVER_ADDR . '/');;
define('LINK_PRE', SERVER_ADDR . '/');
if (!file_exists(__DIR__ . '/content/' . $site . '.php')) {
$site = '404';