diff options
author | Simon Rettberg | 2023-05-12 11:31:55 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-05-12 11:31:55 +0200 |
commit | efb124862317296cf8ceeb9fef37fb5e045afc8b (patch) | |
tree | 9db25ffe042dad865c4f15406c6a53453268c44a /modules-available/eventlog | |
parent | [backup] Don't error out if backup file is not readable by www-data (diff) | |
download | slx-admin-efb124862317296cf8ceeb9fef37fb5e045afc8b.tar.gz slx-admin-efb124862317296cf8ceeb9fef37fb5e045afc8b.tar.xz slx-admin-efb124862317296cf8ceeb9fef37fb5e045afc8b.zip |
[eventlog] Remove stray line (c&p error)
Diffstat (limited to 'modules-available/eventlog')
-rw-r--r-- | modules-available/eventlog/pages/mailconfigs.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules-available/eventlog/pages/mailconfigs.inc.php b/modules-available/eventlog/pages/mailconfigs.inc.php index 141bf6e2..0ba71104 100644 --- a/modules-available/eventlog/pages/mailconfigs.inc.php +++ b/modules-available/eventlog/pages/mailconfigs.inc.php @@ -3,8 +3,6 @@ class SubPage { - const OP_LIST = ['=', '!=', '<', '<=', '>', '>=', 'regex']; - public static function doPreprocess() { if (Request::isPost()) { |