diff --git a/www/checktable.php b/www/checktable.php index 3b114b0034..ccec4255c7 100644 --- a/www/checktable.php +++ b/www/checktable.php @@ -60,7 +60,8 @@ $status = ''; if(!file_exists($checkFileName) or (time() - filemtime($checkFileName)) > 60 * 10) $status = 'createFile'; $lang = new stdclass(); -$lang->misc = new stdclass(); +$lang->misc = new stdclass(); +$lang->storyCommon = ''; include "../module/misc/lang/{$clientLang}.php"; if($status == 'createFile') { diff --git a/www/ioncube.php b/www/ioncube.php index 3d95a05388..7b1f4f6642 100755 --- a/www/ioncube.php +++ b/www/ioncube.php @@ -1,4 +1,5 @@ sessionVar); session_start();