PHP 8.2.30
Preview: install.js Size: 924 B
//var/softaculous/fcms/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;
};

Directory Contents

Dirs: 6 × Files: 13

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
php53 DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
php56 DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
php71 DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
php81 DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
php82 DIR
- drwxr-xr-x 2024-06-04 22:52:49
Edit Download
1.53 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.16 KB lrw-r--r-- 2024-06-04 11:52:20
Edit Download
11.61 KB lrw-r--r-- 2024-06-04 11:52:20
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
416 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.38 KB lrw-r--r-- 2024-06-04 11:52:20
Edit Download
3.15 KB lrw-r--r-- 2024-06-04 11:51:02
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
9.31 KB lrw-r--r-- 2024-06-04 11:52:20
Edit Download
1.11 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.79 KB lrw-r--r-- 2024-06-04 11:52:20
Edit Download
164 B lrw-r--r-- 2022-08-25 11:36:46
Edit Download
6.84 KB lrw-r--r-- 2022-08-25 11:36:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).