1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Improve speed in admin area. Clear caching only on admin home page and e107 update page.

This commit is contained in:
Cameron
2020-12-19 11:12:53 -08:00
parent 3bc98186a9
commit 6fb33e7cad
3 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
*
*/
define("e_MINIMAL",true);
define('e_ADMIN_UPDATE', true); // used in class2.php
require_once ("../class2.php");
// include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);