Update api_external_auth.php

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

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');
}
include(EASYWIDIR . '/stuff/keyphrasefile.php');
@ -111,4 +111,4 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
}
$template_file = 'admin_api_external_auth_settings.tpl';
}
}