Remove unreachable code

This commit is contained in:
nemunaire 2015-01-14 11:18:20 +01:00 committed by Nemunaire
commit 8540aa2340
2 changed files with 0 additions and 88 deletions

View file

@ -80,11 +80,6 @@ if ($n && $p[0] == SALT_ADMIN)
$page = require("admin/chrono.php");
break;
case "exercices/import":
case "exercices/import/":
$page = require("admin/import_exercices.php");
break;
// Theme
case "themes":
case "themes/":