<?php
/*
phpCookBook Constants
http://phpcookbook.sourceforge.net
Copyright (c)2002 Floris Barthel <hide@address.com>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
included LICENCE file for more details.
*/
// Two settings that don't fit into the ini file
define('_EXT', '.php'); //Extension used with all non-include php files
define('_INIFILE', 'settings.ini'); //Settings file
?>