1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 08:39:57 +02:00

Media-Manager speed optimization

This commit is contained in:
Cameron
2013-02-23 23:08:30 -08:00
parent a91438f519
commit 231f062e9a
10 changed files with 70 additions and 43 deletions

View File

@@ -13,6 +13,11 @@
*
*/
if($_GET['action'] == 'dialog')
{
define('e_MINIMAL',true);
}
if (!defined('e107_INIT'))
{
require_once("../class2.php");