THE COMMIT OF ALL COMMITS

This commit is contained in:
2013-05-19 11:51:36 -04:00
commit feff3f901a
176 changed files with 105695 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
/* site config */
$site_url = "http://spoons.scrabblerocks.com";
$site_password = "asdf1234";
/* database config */
$db_host = "loalhost";
$db_user = "root";
$db_pass = "lol";
$db_name = "spoons";
date_default_timezone_set("America/New_York");
?>