squirrelmail/functions/constants.php
2025-01-03 11:47:03 -08:00

14 lines
No EOL
434 B
PHP

<?php
/**
* old constants function file location
*
* @copyright 1999-2025 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.');
?>