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

more work on files' charset and badchars

This commit is contained in:
marj
2009-11-17 11:28:41 +00:00
parent 376ac77a76
commit 64c7ec3c99
5 changed files with 67 additions and 81 deletions

View File

@@ -1,21 +1,19 @@
<?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_plugins/alt_auth/alt_auth_conf.php,v $
| * $Revision: 1.7 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/alt_auth_conf.php,v $ * $Date: 2009-11-17 11:28:41 $
| $Revision: 1.6 $ * $Author: marj_nl_fr $
| $Date: 2009-11-08 10:34:23 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
$eplug_admin = true; $eplug_admin = true;
require_once('../../class2.php'); require_once('../../class2.php');
if(!getperms("P") || !plugInstalled('alt_auth')) if(!getperms("P") || !plugInstalled('alt_auth'))

View File

@@ -1,21 +1,19 @@
<?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_plugins/alt_auth/alt_auth_login_class.php,v $
| * $Revision: 1.11 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/alt_auth_login_class.php,v $ * $Date: 2009-11-17 11:28:41 $
| $Revision: 1.10 $ * $Author: marj_nl_fr $
| $Date: 2009-11-08 10:34:23 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define('AA_DEBUG',FALSE); define('AA_DEBUG',FALSE);
define('AA_DEBUG1',FALSE); define('AA_DEBUG1',FALSE);

View File

@@ -1,21 +1,18 @@
<?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_plugins/alt_auth/e_help.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/e_help.php,v $ * $Date: 2009-11-17 11:28:41 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2008-12-23 20:31:30 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -1,21 +1,18 @@
<?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_plugins/alt_auth/extended_password_handler.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/extended_password_handler.php,v $ * $Date: 2009-11-17 11:28:41 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-07-21 19:21:27 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
/* /*
EXTENDED PASSWORD HANDLER CLASS EXTENDED PASSWORD HANDLER CLASS

View File

@@ -1,22 +1,18 @@
<?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_plugins/alt_auth/languages/English/English_log.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/languages/English/English_log.php,v $ * $Date: 2009-11-17 11:28:41 $
| $Revision: 1.1 $ * $Author: marj_nl_fr $
| $Date: 2008-12-09 20:40:54 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define('LAN_AL_AUTH_01','Alt auth Settings changed'); define('LAN_AL_AUTH_01','Alt auth Settings changed');
define('LAN_AL_AUTH_02','Alt auth extended user classes changed'); define('LAN_AL_AUTH_02','Alt auth extended user classes changed');