1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Media-Manager ajax filter fix.

This commit is contained in:
Cameron
2020-12-31 16:14:43 -08:00
parent a09e8605c5
commit a7d637b02f
4 changed files with 378 additions and 348 deletions

View File

@@ -20,7 +20,7 @@ header('Content-type: text/html; charset=utf-8', TRUE);
define('ADMINFEED', 'https://e107.org/adminfeed');
if(!empty($_GET['iframe'])) // global iframe support.
if(!empty($_GET['iframe']) && !defined('e_IFRAME')) // global iframe support.
{
define('e_IFRAME', true);
}