Order vhost and php settings ascending by domain

This commit is contained in:
Johannes Feichtner
2016-02-12 10:16:33 +01:00
parent dc71a582fc
commit 5c5e736776
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ if ($page == 'overview') {
}
}
$query .= " ORDER BY domain ASC";
$domainresult_stmt = Database::prepare($query);
Database::pexecute($domainresult_stmt, $query_params);

View File

@@ -61,6 +61,7 @@ if ($page == 'overview') {
}
}
$query .= " ORDER BY domain ASC";
$domainresult_stmt = Database::prepare($query);
Database::pexecute($domainresult_stmt, $query_params);