2006-12-02 04:36:16 +00:00
< ? php
/*
2009-11-12 14:30:07 +00:00
* e107 website system
*
2009-11-18 01:06:08 +00:00
* Copyright ( C ) 2008 - 2009 e107 Inc ( e107 . org )
2009-11-12 14:30:07 +00:00
* Released under the terms and conditions of the
* GNU General Public License ( http :// www . gnu . org / licenses / gpl . txt )
*
*/
2019-10-27 22:18:52 +01:00
// FILE IS DEPRECATED - UP FOR REMOVAL IN THE FUTURE
2021-01-16 13:32:35 -08:00
require_once ( __DIR__ . '/../class2.php' );
2006-12-02 04:36:16 +00:00
2017-01-17 01:33:03 +01:00
e107 :: coreLan ( 'message' , true );
2009-08-28 16:11:02 +00:00
2006-12-02 04:36:16 +00:00
$e_sub_cat = 'message' ;
require_once ( " auth.php " );
$gen = new convert ;
2019-10-27 22:18:52 +01:00
$mes = e107 :: getMessage ();
// DO NOT TRANSLATE - warning for deprecated file.
e107 :: getMessage () -> addWarning ( " This area is no longer in use and will be removed in the future. For reported broken downloads, see the Downloads Admin Area. " );
$ns -> tablerender ( " Received Messages " , $mes -> render ());
2006-12-02 04:36:16 +00:00
2019-10-27 22:18:52 +01:00
require_once ( " footer.php " );