1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Core Cleanup.

This commit is contained in:
Cameron
2020-05-02 15:35:30 -07:00
parent 43d8221340
commit 834ea354e4
17 changed files with 119 additions and 154 deletions

View File

@@ -59,7 +59,7 @@
// ----------------------------
$sql->db_Mark_Time("Start Simple URL-ReWrite Routine");
e107::getDebug()->logTime("Start Simple URL-ReWrite Routine");
$eUrl = e_url::instance();
$eUrl->run();
@@ -74,7 +74,7 @@
// -----------------------------------------
$sql->db_Mark_Time("Start regular eFront Class");
e107::getDebug()->logTime("Start regular eFront Class");
$front = eFront::instance();
$front->init()