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

Notify admins when script access is disabled.

This commit is contained in:
Cameron
2022-03-07 12:40:45 -08:00
parent 06de1752d4
commit 7952e9188b
2 changed files with 13 additions and 0 deletions

View File

@@ -586,3 +586,6 @@ define("LAN_X_CHARS_REMAINING", "[x] chars. remaining");
define("LAN_UI_BATCH_NOW", "Current Date/Time");
define("LAN_RELATIONSHIP", "Relationship");
define("LAN_RELATIONSHIP_HELP", "Optional 'rel' attribute. Comma separated.");
define("LAN_NO_SCRIPT_ACCESS", "You don't have permission to use [script] tags.");
define("LAN_NO_SCRIPT_ACCESS_ASK", "If you believe this is an error, please ask the main administrator to grant you script access via [b]Preferences > Content Filters[/b]");