Explorar o código

More small changes and improvements

AaronSpeer %!s(int64=8) %!d(string=hai) anos
pai
achega
f894fd63c9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      index.php

+ 3 - 1
index.php

@@ -125,7 +125,9 @@ if ($addr[0] == ""){
 else{
   $view = "blank";
 
-  $sql = "SELECT destination FROM url WHERE source = '$addr[0]'";
+  $url0 = sanitise_data($addr[0]);
+
+  $sql = "SELECT destination FROM url WHERE source = '$url0'";
   $result = $conn->query($sql);
 
   if ($result->num_rows > 0) {