mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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);
|
define('e_ADMIN_UI', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!empty($_GET['iframe']))
|
||||||
|
{
|
||||||
|
define('e_IFRAME', true);
|
||||||
|
}
|
||||||
|
|
||||||
require_once(e_ADMIN.'boot.php');
|
require_once(e_ADMIN.'boot.php');
|
||||||
|
|
||||||
if(null === $request || !is_object($request))
|
if(null === $request || !is_object($request))
|
||||||
|
Reference in New Issue
Block a user