mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
AdminUI: set iframe-mode via query iframe=1 at any time.
This commit is contained in:
@@ -1035,6 +1035,12 @@ class e_admin_dispatcher
|
||||
{
|
||||
define('e_ADMIN_UI', true);
|
||||
}
|
||||
|
||||
if(!empty($_GET['iframe']))
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
|
||||
require_once(e_ADMIN.'boot.php');
|
||||
|
||||
if(null === $request || !is_object($request))
|
||||
|
Reference in New Issue
Block a user