Update api_settings.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:23 +02:00
parent 3d29a3a553
commit 62f41bdc4c

View File

@ -39,7 +39,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');
}
$sprache = getlanguagefile('api',$user_language,$reseller_id);
$loguserid = $admin_id;
@ -112,4 +112,4 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
$pwd='encrypted';
}
$template_file = "admin_api_settings.tpl";
}
}