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

Mostly some LANs relating to 'comments' to synchronize with v1. USERJOINED constant added to sync with v1 also.

This commit is contained in:
CaMer0n
2012-07-21 03:55:04 +00:00
parent 794783b692
commit 09f789b09d
8 changed files with 41 additions and 8 deletions

View File

@@ -234,5 +234,7 @@ define('PRFLAN_218', 'If \'off\', puts users at increased risk of XSS exploits p
define('PRFLAN_219', 'Not allowed characters found in Cookie name (alphanumeric characters allowed only). Cookie name not saved.');
define('PRFLAN_220', 'HTML Abuse filter (experimental)');
define('PRFLAN_221', 'Blocks some unmatched tags for those allowed to post HTML');
define('PRFLAN_222', 'Moderate Comments made by');
define('PRFLAN_223', 'Comments will require manual approval by an admin prior to being visible to other users');
?>