1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Add TODO + charset and badchars

This commit is contained in:
marj
2009-11-17 10:35:34 +00:00
parent e41a48ffe6
commit 1ce125b5db

View File

@@ -1,23 +1,23 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <20>Steve Dunstan 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jalist@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $
| * $Revision: 1.24 $
| $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $ * $Date: 2009-11-17 10:35:34 $
| $Revision: 1.23 $ * $Author: marj_nl_fr $
| $Date: 2009-11-08 12:08:23 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once('../class2.php'); require_once('../class2.php');
// done in class2 for now: include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
//TODO - marj prepare language reorganisation
//include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'main'; $e_sub_cat = 'main';
require_once('auth.php'); require_once('auth.php');