1234567891011121314 |
- <?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.');
- ?>
|