moved vars.inc -> vars.inc.dist

git-svn-id: svn://anubis/tipman@8 ce01c143-e732-0410-ac0e-c064f6e6c7ef
This commit is contained in:
Josh Holtrop 2010-09-12 04:12:47 +00:00
parent 0ab217099c
commit f34c174cf2
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<?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';
?>

12
vars.inc.dist Normal file
View File

@ -0,0 +1,12 @@
<?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';
?>