Update api_import_users.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:17 +02:00
parent 4836dec913
commit 3d29a3a553

View File

@ -38,7 +38,7 @@
*/
if ($main != 1 or !isset($admin_id) or (isset($admin_id) and !$pa['apiSettings'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
include(EASYWIDIR . '/stuff/keyphrasefile.php');
$sprache = getlanguagefile('api',$user_language,$reseller_id);
@ -224,4 +224,4 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
configureDateTables('-1', '2, "desc"');
$template_file = 'admin_api_import_users_list.tpl';
}
}