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.69.6.122
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 /
mod /
quiz /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
add_question_modal_launcher.mi...
908
B
-rw-r--r--
add_question_modal_launcher.mi...
3.74
KB
-rw-r--r--
add_random_form.min.js
2.12
KB
-rw-r--r--
add_random_form.min.js.map
9.32
KB
-rw-r--r--
add_random_question.min.js
749
B
-rw-r--r--
add_random_question.min.js.map
2.59
KB
-rw-r--r--
modal_add_random_question.min....
4.51
KB
-rw-r--r--
modal_add_random_question.min....
13.65
KB
-rw-r--r--
modal_quiz_question_bank.min.j...
3.9
KB
-rw-r--r--
modal_quiz_question_bank.min.j...
13.9
KB
-rw-r--r--
preflightcheck.min.js
1.68
KB
-rw-r--r--
preflightcheck.min.js.map
5.77
KB
-rw-r--r--
quizquestionbank.min.js
589
B
-rw-r--r--
quizquestionbank.min.js.map
1.83
KB
-rw-r--r--
random_question_form_preview.m...
2.87
KB
-rw-r--r--
random_question_form_preview.m...
11.26
KB
-rw-r--r--
repaginate.min.js
655
B
-rw-r--r--
repaginate.min.js.map
1.97
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : preflightcheck.min.js
/** * This class manages the confirmation pop-up (also called the pre-flight check) * that is sometimes shown when a use clicks the start attempt button. * * This is also responsible for opening the pop-up window, if the quiz requires to be in one. * * @module mod_quiz/preflightcheck * @copyright 2016 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @since 3.1 */ define("mod_quiz/preflightcheck",["jquery","core/yui"],(function($,Y){var t={confirmDialogue:null,init:function(startButton,confirmationTitle,confirmationForm,popupoptions){var finalStartButton=startButton;Y.use("moodle-core-notification",(function(){Y.one(confirmationForm)&&(t.confirmDialogue=new M.core.dialogue({headerContent:confirmationTitle,bodyContent:Y.one(confirmationForm),draggable:!0,visible:!1,center:!0,modal:!0,width:null,extraClasses:["mod_quiz_preflight_popup"]}),Y.one(startButton).on("click",t.displayDialogue),Y.one("#id_cancel").on("click",t.hideDialogue),finalStartButton=t.confirmDialogue.get("boundingBox").one('[name="submitbutton"]')),popupoptions&&Y.one(finalStartButton).on("click",t.launchQuizPopup,t,popupoptions)}))},displayDialogue:function(e){e&&e.halt(),t.confirmDialogue.show()},hideDialogue:function(e){e&&e.halt(),t.confirmDialogue.hide(e)},launchQuizPopup:function(e,popupoptions){e.halt(),Y.use("moodle-core-formchangechecker","io-form",(function(){M.core_formchangechecker.reset_form_dirty_state();var form=e.target.ancestor("form");window.openpopup(e,{url:form.get("action")+"?"+Y.IO.stringify(form).replace(/\bcancel=/,"x="),windowname:"quizpopup",options:popupoptions,fullscreen:!0})}))}};return t})); //# sourceMappingURL=preflightcheck.min.js.map
Close