diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php index e1af1000..7bf9b169 100644 --- a/public/index.php +++ b/public/index.php @@ -161,9 +161,6 @@ if (isset($_REQUEST['p']) && preg_match("/^[a-z0-9_]*$/i", $_REQUEST['p']) && (i } $event_config = EventConfig(); -if ($event_config === false) { - engelsystem_error("Unable to load event config."); -} echo template_render('../templates/layout.html', [ 'theme' => isset($user) ? $user['color'] : $default_theme, |