Update addons.php

This commit is contained in:
GetYourServer 2015-09-06 22:00:26 +02:00
parent ee16f78148
commit 151f154e07

View File

@ -38,7 +38,7 @@
if ((!isset($admin_id) or !$main == 1) or (isset($admin_id) and !$pa['addons'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
$sprache = getlanguagefile('images', $user_language, $reseller_id);
@ -515,4 +515,4 @@ if ($ui->w('action',4, 'post') and !token(true)) {
configureDateTables('-1', '1, "asc"', 'ajax.php?w=datatable&d=gameserveraddons');
$template_file = 'admin_addons_list.tpl';
}
}