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

Add admin logging to cache

This commit is contained in:
e107steved
2008-11-02 11:04:34 +00:00
parent 97a3154215
commit 38f0c55a2a
2 changed files with 26 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.17 2008-11-02 10:28:30 e107steved Exp $
// $Id: lan_log_messages.php,v 1.18 2008-11-02 11:04:34 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -168,4 +168,13 @@ define('LAN_AL_THEME_04','Admin style/CSS updated');
define('LAN_AL_THEME_05','');
// Cache control routines
//-----------------------
define('LAN_AL_CACHE_00','Unknown cache-control message');
define('LAN_AL_CACHE_01','Cache settings updated');
define('LAN_AL_CACHE_02','System cache emptied');
define('LAN_AL_CACHE_03','Content cache emptied');
define('LAN_AL_CACHE_04','');
?>