One more. I wasn't done.
[squirrelmail.git] / functions / i18n.php
CommitLineData
59177427 1<?php
35586184 2/**
867fed37 3 * old i18n 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
a8a1c36d 7 * @version $Id$
d6c32258 8 * @package squirrelmail
a2a7852b 9 */
e0e1b169 10
867fed37 11/** break if somebody tries to load this file */
12die('Rewrite your code, functions/i18n.php file location is changed in 1.5.2.'
13 .' Direct loading of functions/i18n.php is deprecated.');
51468260 14?>