squirrelmail/functions/constants.php
2007-01-13 20:15:44 +00:00

14 lines
No EOL
441 B
PHP

<?php
/**
* old constants function file location
*
* @copyright &copy; 1999-2007 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package squirrelmail
*/
/** break if somebody tries to load this file */
die('Rewrite your code, functions/constants.php file location is changed in 1.5.2.'
.' Direct loading of functions/constants.php is deprecated.');
?>