mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(legacy) remove non functional allowautocomplete
This commit is contained in:
parent
dd680c8e0c
commit
5f651fb65c
@ -25,8 +25,6 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
$allowautocomplete = true;
|
||||
|
||||
function fixup_host_logic($value) {
|
||||
return str_replace(array(" ", ",", "+", "|", "!"), array("", "and ", "and ", "or ", "not "), $value);
|
||||
}
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
$allowautocomplete = true;
|
||||
$pgtitle = array(gettext("Diagnostics"), gettext("Ping"));
|
||||
require_once("guiconfig.inc");
|
||||
|
||||
|
||||
@ -27,8 +27,6 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
$allowautocomplete = true;
|
||||
|
||||
$pgtitle = array(gettext("Diagnostics"), gettext("Test Port"));
|
||||
require_once("guiconfig.inc");
|
||||
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
|
||||
require_once("guiconfig.inc");
|
||||
|
||||
$allowautocomplete = true;
|
||||
$pgtitle = array(gettext("Diagnostics"),gettext("Traceroute"));
|
||||
include("head.inc");
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@ $pagetitle = gentitle( $pgtitle );
|
||||
|
||||
?>
|
||||
|
||||
<?php if (basename($_SERVER["SCRIPT_FILENAME"] != "index.php") && !$allowautocomplete): ?>
|
||||
<?php if (basename($_SERVER["SCRIPT_FILENAME"] != "index.php")): ?>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$( document ).ready(function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user