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

Add admin logging to prefs

This commit is contained in:
e107steved
2008-08-17 15:18:14 +00:00
parent ea125d2657
commit ef6540d265
3 changed files with 46 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.9 2008-05-17 15:00:41 e107steved Exp $
// $Id: lan_log_messages.php,v 1.10 2008-08-17 15:18:14 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -100,5 +100,9 @@ define('LAN_ROLL_LOG_09','Banned user attempted login');
define('LAN_ROLL_LOG_10','Login fail - reason unknown');
define('LAN_ROLL_LOG_11','Admin login fail');
// Prefs events
//-------------
define('LAN_AL_PREFS_01', 'Preferences changed');
?>