Update logdata.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:58 +02:00
parent 38c0f6c310
commit af9230879b

View File

@ -37,11 +37,11 @@
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['log'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
$sprache = getlanguagefile('logs', $user_language,$reseller_id);
configureDateTables('', '0, "desc"', 'ajax.php?w=datatable&d=adminuserlog');
$template_file = 'admin_logs.tpl';
$template_file = 'admin_logs.tpl';