From c01f7979db801aca3cd42234cc4a7fafaec0a9cd Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 31 Mar 2015 17:16:21 +0200 Subject: Move Schedule-Availability Checks, too --- index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 004716e..43fb9ce 100644 --- a/index.php +++ b/index.php @@ -46,9 +46,6 @@ try { else if(preg_match('@^program.json$@', $route, $m)) { - if(!has('SCHEDULE')) - return include('view/404.php'); - include('view/program-json.php'); } -- cgit v1.2.3