aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ssh:/git@git.mageia.org
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-03 10:17:40 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-03 10:17:40 +0100
commita0ffbfce315ce45df4085d4c83536f2024e71a3f (patch)
tree201f829eb36dfeac07de172fcc7ce3bb8ae58347 /phpBB/ssh:/git@git.mageia.org
parentd50d1101fbe991abcc7c42b7e624d4c202c2a8a1 (diff)
downloadforums-a0ffbfce315ce45df4085d4c83536f2024e71a3f.tar
forums-a0ffbfce315ce45df4085d4c83536f2024e71a3f.tar.gz
forums-a0ffbfce315ce45df4085d4c83536f2024e71a3f.tar.bz2
forums-a0ffbfce315ce45df4085d4c83536f2024e71a3f.tar.xz
forums-a0ffbfce315ce45df4085d4c83536f2024e71a3f.zip
[ticket/16287] Correctly pass json response to PHP file
PHPBB3-16287
Diffstat (limited to 'phpBB/ssh:/git@git.mageia.org')
0 files changed, 0 insertions, 0 deletions
b9ba8d05d359a60db0166913.zip'>colin-keep-f4ac24e95ef87873b9ba8d05d359a60db0166913.zip
dropped use strict in favor of use Moose
Diffstat (limited to 'lib/AdminPanel/Module/LogViewer.pm')
-rw-r--r--lib/AdminPanel/Module/LogViewer.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/LogViewer.pm b/lib/AdminPanel/Module/LogViewer.pm
index 28c0d67..a91a164 100644
--- a/lib/AdminPanel/Module/LogViewer.pm
+++ b/lib/AdminPanel/Module/LogViewer.pm
@@ -51,7 +51,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
use Moose;
use diagnostics;
-use strict;
use open OUT => ':utf8';
use AdminPanel::Shared::GUI;