summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions/connection.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/connection.php b/functions/connection.php
index 7988d37..b88dcd0 100644
--- a/functions/connection.php
+++ b/functions/connection.php
@@ -26,7 +26,6 @@ function fixed_gethostbyname($host) {
return false;
}
}
- pre_dump($ips);
if ($ip != $host) {
return $ip;
} else {