removed unecessary commented code
This commit is contained in:
parent
40fa248e31
commit
0464bcd6ba
1 changed files with 1 additions and 5 deletions
|
@ -29,10 +29,6 @@ class Loader {
|
||||||
Core::$CurrentPage = $p;
|
Core::$CurrentPage = $p;
|
||||||
}
|
}
|
||||||
require_once(Core::root_dir()."/public/respond.php");
|
require_once(Core::root_dir()."/public/respond.php");
|
||||||
// } else {
|
|
||||||
// Core::$CurrentPage = "Error";
|
|
||||||
// require_once(Core::RootDir()."/public/error.php");
|
|
||||||
// }
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue