10 lines
259 B
PHP
10 lines
259 B
PHP
<?php
|
|
$GLOBALS['host']="localhost";
|
|
$GLOBALS['user']="dev_arif";
|
|
$GLOBALS['pass']="Simple2pass";
|
|
$GLOBALS['db']="dev_arif";
|
|
$GLOBALS['arif_ac']="arif_ac";
|
|
$GLOBALS['arif_tran']="arif_tran";
|
|
$GLOBALS['arif_users']="arif_users";
|
|
?>
|