Update userpanel_ao.php

This commit is contained in:
GetYourServer 2015-09-06 22:03:21 +02:00
parent ffe0f27b7f
commit a1e605a44d

View File

@ -43,7 +43,7 @@ include(EASYWIDIR . '/stuff/methods/class_app.php');
if ((!isset($user_id) or $main != 1) or (isset($user_id) and !$pa['useraddons'])) {
header('Location: userpanel.php');
die('No access);
die('No access');
}
$sprache = getlanguagefile('images', $user_language, $resellerLockupID);