modifica regole verso esterno, fix

This commit is contained in:
cmaffio
2016-06-28 15:18:46 +02:00
parent 6e23cc84a5
commit faaa0ddeef

View File

@@ -61,8 +61,7 @@ $query = " SELECT
ON ON
condes_macchine.id_proxy_pool = proxy_pool.id condes_macchine.id_proxy_pool = proxy_pool.id
ORDER BY ORDER BY
-nome DESC, nome
INET_ATON(ip) ASC
"; ";
$res_macchine = mysql_query( $query, $DB_ID ); $res_macchine = mysql_query( $query, $DB_ID );