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);
@ -246,4 +246,4 @@ if ($ui->id('id', 10, 'get') and $ui->id('adid', 10, 'get') and in_array($ui->st
} else {
$template_file = 'userpanel_404.tpl';
}
}