X7ROOT File Manager
Current Path:
/var/softaculous/glpi
var
/
softaculous
/
glpi
/
📁
..
📄
.htaccess
(312 B)
📄
_clone.php
(3.62 KB)
📄
config_db.php
(294 B)
📄
edit.php
(4.55 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.74 KB)
📄
fileindex.php
(262 B)
📄
glpi.sql
(782.55 KB)
📄
glpi.zip
(89.3 MB)
📄
glpicrypt.key
(11 B)
📁
images
📄
import.php
(3.65 KB)
📄
info.xml
(5.05 KB)
📄
install.js
(921 B)
📄
install.php
(7.03 KB)
📄
install.xml
(2.75 KB)
📄
md5
(4.88 KB)
📄
notes.txt
(795 B)
📄
oauth.pem
(14 B)
📄
oauth.pub
(13 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
pub_.htaccess
(157 B)
📄
update_glpikey.php
(581 B)
📄
update_pass.php
(497 B)
📄
upgrade.php
(5.41 KB)
📄
upgrade.xml
(309 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