tipman/vars.inc
Josh Holtrop a6ccd8cd1f initial import
git-svn-id: svn://anubis/tipman@1 ce01c143-e732-0410-ac0e-c064f6e6c7ef
2007-06-15 00:53:46 +00:00

13 lines
254 B
PHP

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