9 lines
189 B
PHP
9 lines
189 B
PHP
<?php
|
|
$GLOBALS['host']="localhost";
|
|
$GLOBALS['user']="s_arif";
|
|
$GLOBALS['pass']="m5NZEO6bxw";
|
|
$GLOBALS['db']="s_arif";
|
|
$GLOBALS['arif_ac']="arif_ac";
|
|
$GLOBALS['arif_tran']="arif_tran";
|
|
?>
|