diff --git a/page.php b/page.php
index a943822..972a199 100644
--- a/page.php
+++ b/page.php
@@ -32,16 +32,10 @@
{
while($query_row = $query->fetch_assoc())
{
- $hostTypes($i) = $query_row['Num'];
-
- $i++;
+ // KING CUNT: Add the data from the mysqli query to the array here so it can be used...
}
}
?>
-