X7ROOT File Manager
Current Path:
/var/softaculous/vtiger
var
/
softaculous
/
vtiger
/
ðŸ“
..
📄
check_suphp.php
(96 B)
📄
clone.php
(4.02 KB)
📄
config.csrf-secret.php
(44 B)
📄
config.inc.php
(6.1 KB)
📄
edit.php
(4.86 KB)
📄
edit.xml
(433 B)
📄
extend.php
(9.22 KB)
📄
fileindex.php
(728 B)
ðŸ“
images
📄
import.php
(3.45 KB)
📄
info.xml
(2.54 KB)
📄
install.js
(921 B)
📄
install.php
(10.33 KB)
📄
install.xml
(2.05 KB)
📄
md5
(4.17 KB)
📄
notes.txt
(1.53 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
sharing_privileges_1.php
(55 B)
📄
update_pass.php
(497 B)
ðŸ“
upgrade
📄
upgrade.php
(6.1 KB)
📄
upgrade.xml
(320 B)
📄
user_privileges_1.php
(1.68 KB)
📄
vtiger.sql
(732.43 KB)
📄
vtiger.zip
(67.16 MB)
📄
vtigercron.sh
(660 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