X7ROOT File Manager
Current Path:
/var/softaculous/moodle43
var
/
softaculous
/
moodle43
/
ðŸ“
..
📄
NOTES.txt
(2.22 KB)
📄
add_admin.php
(733 B)
📄
check_utf8.php
(6.99 KB)
📄
clone.php
(5.5 KB)
📄
config.php
(745 B)
📄
data.zip
(7.76 KB)
📄
edit.php
(4.64 KB)
📄
edit.xml
(433 B)
📄
extend.php
(12.47 KB)
📄
fileindex.php
(971 B)
📄
get_plugin_list.php
(840 B)
ðŸ“
images
📄
import.php
(7.51 KB)
📄
info.xml
(3.56 KB)
📄
install.js
(924 B)
📄
install.php
(11.24 KB)
📄
install.xml
(3.33 KB)
ðŸ“
languages
📄
md5
(6.3 KB)
📄
moodle43.sql
(1.18 MB)
📄
moodle43.zip
(84.56 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
privatekey.php
(975 B)
📄
update_pass.php
(541 B)
📄
upgrade.php
(9.42 KB)
📄
upgrade.xml
(307 B)
Editing: install.js
////////////////////////////////////////////////////////////// // install.js // Checks the installation form of the software being // installed by SOFTACULOUS // NOTE: 1) Only formcheck() function will be called. // 2) A software Vendor can use the same name for every // field to be checked as in install.xml . It can be // called using $('fieldname').value or any property // 3) Must Return true or false // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- // (c)Softaculous Inc. ////////////////////////////////////////////////////////////// function formcheck(){ //Check the Admin Email if(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };
Upload File
Create Folder