www/gethopsources.php

changeset 705
d77b723f7b35
parent 296
69fadd1aded2
child 771
9856238e9217
--- a/www/gethopsources.php	Sat Jun 27 15:41:53 2020 +0200
+++ b/www/gethopsources.php	Wed Jul 15 16:03:23 2020 +0200
@@ -7,6 +7,7 @@
 	echo "[]";
 	return;
 }
+mysqli_set_charset($connect, "utf8" );
 $result = mysqli_query($connect, $query);
 while ($row = mysqli_fetch_array($result, MYSQLI_ASSOC)) {
 	$hops[] = array(

mercurial