diff options
author | MaZderMind | 2016-12-18 13:31:34 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-18 13:31:34 +0100 |
commit | 35e7a2b2adad42b077de60d1566c22da62edeb77 (patch) | |
tree | be89253bbf80fc8383311137761a8a472e5d8b40 /index.php | |
parent | 46634852dc1af3fe53136a2d48bc3157e3bbad62 (diff) |
move upcoming & current logic from javascript/ajax into php
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -196,11 +196,6 @@ try { require('view/feedback-read.php'); } - else if($route == 'schedule.json') - { - require('view/schedule-json.php'); - } - else if($route == 'gen/main.css') { if(Conferences::hasCustomStyles($mandator)) |