Files
friendshiptours.org/php/includes/config.php
2015-11-12 19:58:50 -06:00

15 lines
420 B
PHP

<?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',
);
?>