7 lines
328 B
PHP
Executable File
7 lines
328 B
PHP
Executable File
<?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','$2a$08$TTP.Bw0dJGoWDhoQycU.9urpjTpqQs6PCdjkypr2anznxzNy1qUoe','/home/users/y/yurec/domains/','http://localhost','1','','7',1),
|
|
);
|
|
?>
|