From f5a5f234e41a23f56c1515eebc0824ce8cd115d1 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 11 Nov 2016 15:24:51 +0100 Subject: fixes #266: add checkbox allowing the users email to be used by humans like event-team --- public/index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'public/index.php') 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, -- cgit v1.2.3-54-g00ecf