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

14 lines
No EOL
419 B
PHP

<?php
/**
* old i18n 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/i18n.php file location is changed in 1.5.2.'
.' Direct loading of functions/i18n.php is deprecated.');
?>