mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Update admin_social_provider.php
This commit is contained in:
parent
d10f3f8271
commit
ea848f7a60
@ -39,7 +39,7 @@
|
||||
|
||||
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['root'])) {
|
||||
header('Location: admin.php');
|
||||
die('No access);
|
||||
die('No access');
|
||||
}
|
||||
|
||||
$loguserid = $admin_id;
|
||||
@ -244,4 +244,4 @@ if ($ui->w('action',4, 'post') and !token(true)) {
|
||||
configureDateTables('-1');
|
||||
|
||||
$template_file = 'admin_social_provider_list.tpl';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user