From dbd14ff031d0c8f83cc871b111d2ddc8603dc40e Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Tue, 9 Dec 2014 17:59:28 +0000 Subject: [PATCH] "PHP" was in that array twice. --- components/pastebin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/components/pastebin.php b/components/pastebin.php index b519833..005cb98 100755 --- a/components/pastebin.php +++ b/components/pastebin.php @@ -118,7 +118,6 @@ $LANGUAGES = array ( 'JAVASCRIPT' => 'Javascript', 'MYSQL' => 'MySQL', 'PERL' => 'Perl', - 'PHP' => 'PHP', 'PYTHON' => 'Python', 'RUBY' => 'Ruby', 'SQL' => 'SQL', -- GitLab