mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
PHP Warning Removal
This commit is contained in:
@@ -19,7 +19,7 @@ require_once('../class2.php');
|
||||
//TODO - marj prepare language reorganisation
|
||||
//include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
|
||||
if($_GET['iframe'] == 1)
|
||||
if(vartrue($_GET['iframe']) == 1)
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
|
||||
|
Reference in New Issue
Block a user