| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/administrator/components/com_ninjaxplorer/include/ |
Upload File : |
<?php
/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
?>
<script language="JavaScript1.2" type="text/javascript">
<!--
function check_pwd() {
if(document.edituser.user.value=="" || document.edituser.home_dir.value=="") {
alert("<?php echo $GLOBALS["error_msg"]["miscfieldmissed"]; ?>");
return false;
}
if(document.edituser.chpass.checked &&
document.edituser.pass1.value!=document.edituser.pass2.value)
{
alert("<?php echo $GLOBALS["error_msg"]["miscnopassmatch"]; ?>");
return false;
}
return true;
}
// -->
</script>