aboutsummaryrefslogtreecommitdiffstats
path: root/testing/litespeed/fix_php.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/litespeed/fix_php.patch')
-rw-r--r--testing/litespeed/fix_php.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/litespeed/fix_php.patch b/testing/litespeed/fix_php.patch
index a9009ce196..9b0d1d0c8b 100644
--- a/testing/litespeed/fix_php.patch
+++ b/testing/litespeed/fix_php.patch
@@ -22,34 +22,6 @@
/*--------------------------------
assuming following entry in /etc/snmp/snmpd.conf
---- a/dist/admin/html.open/login.php
-+++ b/dist/admin/html.open/login.php
-@@ -1,4 +1,4 @@
--<?
-+<?php
-
- require_once('view/inc/global.php');
-
-@@ -31,7 +31,9 @@
- });
- </script>
-
--<? } ?>
-+<?php
-+}
-+?>
-
- <div class="container">
- <div style="margin-top:50px"></div>
-@@ -40,7 +42,7 @@
- <form action="login.php" id="login" method="post" class="smart-form client-form" novalidate="novalidate">
- <header><div class="text-center"><img src="/res/img/product_logo.gif" alt="LiteSpeed"></div></header>
- <fieldset>
-- <?
-+ <?php
- if ($msg != '') {
- echo "<section><div class=\"note\">$msg</div></section>";
- }
--- a/dist/admin/html.open/lib/jCryption.php
+++ b/dist/admin/html.open/lib/jCryption.php
@@ -394,7 +394,7 @@