Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. /** @file config.php */
  2.  
  3. $GLOBALS['config'] = array(
  4.     'database' => array(
  5.         'host' => 'localhost',
  6.         'username' => 'johnsmith',
  7.         'password' => 'asdlfij028h4tih',
  8.     ),
  9.     'formats' => array(
  10.         'date' => '%d/%M/%Y',
  11.         'time' => '%H:%j:%s',
  12.     )
  13. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement