mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Update admin_search.php
This commit is contained in:
parent
151f154e07
commit
d10f3f8271
@ -38,7 +38,7 @@
|
||||
*/
|
||||
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !isanyadmin($admin_id) and !rsellerpermisions($admin_id)) or (!isset($pa))) {
|
||||
header('Location: login.php');
|
||||
die('No access);
|
||||
die('No access');
|
||||
}
|
||||
$sprache = getlanguagefile('search',$user_language,$reseller_id);
|
||||
$results = array();
|
||||
@ -315,4 +315,4 @@ if (isset($ui->get['q'])) {
|
||||
configureDateTables('-1', '1, "DESC"');
|
||||
|
||||
$q=implode(' ',$q);
|
||||
$template_file = 'admin_search.tpl';
|
||||
$template_file = 'admin_search.tpl';
|
||||
|
Loading…
x
Reference in New Issue
Block a user