Remove unreachable code
This commit is contained in:
parent
428a1def46
commit
8540aa2340
2 changed files with 0 additions and 88 deletions
|
|
@ -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/":
|
||||
|
|
|
|||
Reference in a new issue