Initial commit
This commit is contained in:
15
php/includes/config.php
Normal file
15
php/includes/config.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
$CONFIG = array(
|
||||
'title_prefix' => 'Friendship Tours International',
|
||||
'email' => 'Friendship Tours Intl <travel@friendshiptours.org>',
|
||||
);
|
||||
|
||||
$FILES = array(
|
||||
'news' => $DOCROOT.'/site/data/news.xml',
|
||||
'passportinfo' => $DOCROOT.'/site/data/passportinfo.xml',
|
||||
'ccinfo' => $DOCROOT.'/site/data/creditcards.xml',
|
||||
'linksandnumbers' => $DOCROOT.'/site/data/linksandnumbers.xml',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user