| Current Path : /var/softaculous/extplorer/ |
| Current File : //var/softaculous/extplorer/.htusers.php |
<?php
// ensure this file is being included by a parent file
if( !defined( '_JEXEC' ) && !defined( '_VALID_MOS' ) ) die( 'Restricted access' );
$GLOBALS["users"]=array(
array('[[admin_username]]','[[admin_pass]]','[[rootpath]]','[[protocol]]://[[domhost]]','1','','7',1),
);
?>