i18n.php 419 B

1234567891011121314
  1. <?php
  2. /**
  3. * old i18n function file location
  4. *
  5. * @copyright 1999-2025 The SquirrelMail Project Team
  6. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  7. * @version $Id$
  8. * @package squirrelmail
  9. */
  10. /** break if somebody tries to load this file */
  11. die('Rewrite your code, functions/i18n.php file location is changed in 1.5.2.'
  12. .' Direct loading of functions/i18n.php is deprecated.');
  13. ?>