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

Add admin logging to public uploads

This commit is contained in:
e107steved
2008-12-06 23:00:25 +00:00
parent c902bdebb1
commit 3641d9501e
4 changed files with 35 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.29 2008-12-06 22:14:37 e107steved Exp $
// $Id: lan_log_messages.php,v 1.30 2008-12-06 23:00:25 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -285,5 +285,10 @@ define('LAN_AL_MENU_08', 'Menu - move down');
define('LAN_AL_MENU_09', '');
define('LAN_AL_MENU_10', '');
// Public Uploads
//---------------
define('LAN_AL_UPLOAD_01','Uploaded file deleted');
define('LAN_AL_UPLOAD_02','Upload prefs changed');
?>