fixed broken user.php
[specialops2.git] / res / mysql_ident.example
blob6317c840d94db7444e6cc69ef2fb14ea38bf840f
1 <?php
2 $DB = array(
3         'host' => 'superhost',
4         'user' => 'cats',
5         'pass' => 'allyourbase',
6         'db' => 'test'
7 );
8 ?>