1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Add admin logging to admin password change

This commit is contained in:
e107steved
2008-11-02 14:03:12 +00:00
parent 718b343afd
commit cce18385bd
2 changed files with 34 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.20 2008-11-02 12:23:56 e107steved Exp $
// $Id: lan_log_messages.php,v 1.21 2008-11-02 14:03:12 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -195,4 +195,9 @@ define('LAN_AL_WELCOME_04','Welcome message options changed');
define('LAN_AL_WELCOME_05','');
// Admin Password
//---------------
define('LAN_AL_ADMINPW_01','Admin password changed');
?>