public
Description: Is It Christmas?
Homepage: http://isitchristmas.com
Clone URL: git://github.com/isit/christmas.git
Charlie (author)
Wed May 20 05:11:50 -0700 2009
isit (committer)
Sun Aug 09 00:49:48 -0700 2009
christmas / db.php.example
100644 9 lines (8 sloc) 0.221 kb
1
2
3
4
5
6
7
8
9
<?
  // copy this to db.php and change the credentials to your own
  
  global $server, $username, $password, $database;
  $server = "localhost";
  $username = "iic";
  $password = "iic";
  $database = "isitchristmas";
?>