tipman/vars.inc.dist
Josh Holtrop f34c174cf2 moved vars.inc -> vars.inc.dist
git-svn-id: svn://anubis/tipman@8 ce01c143-e732-0410-ac0e-c064f6e6c7ef
2010-09-12 04:12:47 +00:00

13 lines
285 B
Plaintext

<?php
# These are just common variables used throughout the site
$MY_SERVER = 'http://server/tipman';
$APP_TITLE = 'Josh\'s Tip Manager';
$MYSQL_SERVER = 'localhost';
$MYSQL_USER = 'tipman';
$MYSQL_PASSWORD = 'secretpass';
$MYSQL_DB = 'tipman';
?>