moved vars.inc -> vars.inc.dist
git-svn-id: svn://anubis/tipman@8 ce01c143-e732-0410-ac0e-c064f6e6c7ef
This commit is contained in:
parent
0ab217099c
commit
f34c174cf2
12
vars.inc
12
vars.inc
@ -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
12
vars.inc.dist
Normal 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';
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user