Don't use GLOBALS['xxx'] -- Doesn't matter, but let's remain with a consistent coding...
[squirrelmail.git] / functions / constants.php
CommitLineData
23d6bd09 1<?php
35586184 2/**
867fed37 3 * old constants function file location
35586184 4 *
4b5049de 5 * @copyright &copy; 1999-2007 The SquirrelMail Project Team
4b4abf93 6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
31841a9e 7 * @version $Id$
d6c32258 8 * @package squirrelmail
91c27aee 9 */
0e4ae91a 10
867fed37 11/** break if somebody tries to load this file */
12die('Rewrite your code, functions/constants.php file location is changed in 1.5.2.'
13 .' Direct loading of functions/constants.php is deprecated.');
62f7daa5 14?>