mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 19:15:19 +01:00
33 lines
735 B
PHP
33 lines
735 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/alt_auth/languages/English/English_log.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
/**
|
|
* e107 Alternate authorisation plugin
|
|
*
|
|
* @package e107_plugins
|
|
* @subpackage alt_auth
|
|
* @version $Id$;
|
|
*/
|
|
|
|
define('LAN_AL_AUTH_01','Alt auth Settings changed');
|
|
define('LAN_AL_AUTH_02','Alt auth extended user classes changed');
|
|
define('LAN_AL_AUTH_03','Alt auth method settings changed');
|
|
define('LAN_AL_AUTH_04','');
|
|
define('LAN_AL_AUTH_05','');
|
|
define('LAN_AL_AUTH_06','');
|
|
|
|
?>
|