1
0
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:
Cameron
2012-12-06 14:53:58 -08:00
parent 367ec69c62
commit ebe66a5801
5 changed files with 14 additions and 24 deletions

View File

@@ -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);