PHP 8.2.31
Preview: install.js Size: 924 B
/var/softaculous/tiki15/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: 5 × Files: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-06 00:28:21
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-06 00:28:21
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-06 00:28:21
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-06 00:28:21
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-06 00:28:21
Edit Download
6.71 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
4.21 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
9.71 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.15 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
2.42 KB lrw-r--r-- 2023-03-28 14:00:38
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.65 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
949 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
823 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.55 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
406 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
7.65 KB lrw-r--r-- 2023-03-28 14:01:06
Edit Download
333 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

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