mirror of
https://github.com/jakejarvis/spoons.git
synced 2026-07-29 07:05:20 -04:00
THE COMMIT OF ALL COMMITS
This commit is contained in:
@@ -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");
|
||||
?>
|
||||
Reference in New Issue
Block a user