mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes
This commit is contained in:
@@ -26,7 +26,7 @@ $action_all = basename(ADMIN_PATH) . '?cp=' . basename(__file__, '.php')
|
||||
$cp_users_url = basename(ADMIN_PATH) . '?cp=' . basename(__file__, '.php');
|
||||
|
||||
//if not normal user system
|
||||
$user_not_normal = (int) $config['user_system'] != 1 ? true : false;
|
||||
$user_not_normal = (int) $config['user_system'] != 1;
|
||||
$is_search = $affected = false;
|
||||
$GET_FORM_KEY = kleeja_add_form_key_get('adm_users');
|
||||
$H_FORM_KEYS = kleeja_add_form_key('adm_users');
|
||||
|
||||
@@ -20,7 +20,7 @@ $stylee = 'admin_search';
|
||||
$action = basename(ADMIN_PATH) . '?cp=h_search';
|
||||
|
||||
//wut the default user system
|
||||
$default_user_system = (int) $config['user_system'] == 1 ? true : false;
|
||||
$default_user_system = (int) $config['user_system'] == 1;
|
||||
|
||||
$H_FORM_KEYS = kleeja_add_form_key('adm_files_search');
|
||||
$H_FORM_KEYS2 = kleeja_add_form_key('adm_users_search');
|
||||
|
||||
Reference in New Issue
Block a user