X7ROOT File Manager
Current Path:
/var/softaculous/invoice
var
/
softaculous
/
invoice
/
ðŸ“
..
📄
.htaccess
(459 B)
📄
changelog.txt
(5.54 KB)
📄
clone.php
(5.7 KB)
📄
edit.php
(4.19 KB)
📄
edit.xml
(447 B)
📄
fileindex.php
(333 B)
ðŸ“
images
📄
import.php
(4.07 KB)
📄
info.xml
(3.06 KB)
📄
install.js
(942 B)
📄
install.php
(6.11 KB)
📄
install.xml
(2.31 KB)
📄
invoice.sql
(27.38 KB)
📄
invoice.zip
(25.32 MB)
📄
ipconfig.php
(1.66 KB)
📄
md5
(1.09 KB)
📄
notes.txt
(571 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
upgrade.php
(6.27 KB)
📄
upgrade.xml
(646 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(!(/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([.])+([a-zA-Z0-9\._-]+)+$/.test($('admin_email').value))){ alert('{{err_ademail}}'); return false; } return true; };
Upload File
Create Folder