PHP 8.2.30
Preview: install.js Size: 1.32 KB
/proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/var/softaculous/drupal10/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;
};


// Update the in dir
function update_drupal10_indir(){
	
	if(drupal10_retries >= 5){
		return;
	}
	
	if(typeof jQuery('#softdirectory').val() == "undefined"){
		drupal10_retries++;
		setTimeout('update_drupal10_indir();', 500);
		return;
	}
	
	var softdirectory = jQuery('#softdirectory').val();
	
	if(softdirectory == 'drupal10'){
		jQuery('#softdirectory').val('drupal');
	}
}

var drupal10_retries = 0;
update_drupal10_indir();

Directory Contents

Dirs: 6 × Files: 21

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
php53 DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
php56 DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
php71 DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
php81 DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
php82 DIR
- drwxr-xr-x 2026-04-16 21:04:36
Edit Download
685 B lrw-r--r-- 2023-07-12 09:07:36
Edit Download
14.29 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
2.12 MB lrw-r--r-- 2026-04-16 10:09:38
Edit Download
32.17 MB lrw-r--r-- 2026-04-16 10:09:38
Edit Download
5.06 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
433 B lrw-r--r-- 2023-07-12 09:07:36
Edit Download
14.84 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
271 B lrw-r--r-- 2023-09-22 07:12:52
Edit Download
5.69 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
3.92 KB lrw-r--r-- 2026-04-16 10:09:38
Edit Download
1.32 KB lrw-r--r-- 2024-08-05 12:36:36
Edit Download
9.43 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
1.10 KB lrw-r--r-- 2023-07-12 09:07:36
Edit Download
1.45 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
2.03 KB lrw-r--r-- 2024-08-05 12:36:36
Edit Download
278 B lrw-r--r-- 2024-08-05 12:36:36
Edit Download
36.13 KB lrw-r--r-- 2024-11-13 10:42:50
Edit Download
541 B lrw-r--r-- 2024-08-05 12:36:36
Edit Download
4.42 KB lrw-r--r-- 2026-04-16 12:36:52
Edit Download
309 B lrw-r--r-- 2023-07-12 09:07:36
Edit Download
486 B lrw-r--r-- 2023-07-12 09:07:36
Edit Download

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