summary refs log tree commit diff stats
path: root/db.php
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-20 17:56:07 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-20 17:56:07 -0500
commitc4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952 (patch)
tree71773a3559897828bc78012047d4c70cd40ababa /db.php
downloadpillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.tar.gz
pillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.tar.bz2
pillowcase-c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952.zip
Created Pillowcase
Diffstat (limited to 'db.php')
-rwxr-xr-xdb.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/db.php b/db.php new file mode 100755 index 0000000..d584c4c --- /dev/null +++ b/db.php
@@ -0,0 +1,8 @@
1<?php
2
3include('../security/pillowcase.php');
4
5mysql_connect($dbhost, $dbuser, $dbpasswd);
6mysql_select_db($dbname);
7
8?>