modifiche ordinamenti

This commit is contained in:
cmaffio
2016-06-27 17:05:24 +02:00
parent 9cd3c3109c
commit d10c090aaa

View File

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