Initial commit

This commit is contained in:
Ben Ramey
2015-11-12 19:58:50 -06:00
commit 4eb7f46e4c
86 changed files with 4341 additions and 0 deletions

15
php/includes/config.php Normal file
View 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',
);
?>