Order vhost and php settings ascending by domain
This commit is contained in:
@@ -62,6 +62,7 @@ if ($page == 'overview') {
|
||||
}
|
||||
}
|
||||
|
||||
$query .= " ORDER BY domain ASC";
|
||||
$domainresult_stmt = Database::prepare($query);
|
||||
Database::pexecute($domainresult_stmt, $query_params);
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ if ($page == 'overview') {
|
||||
}
|
||||
}
|
||||
|
||||
$query .= " ORDER BY domain ASC";
|
||||
$domainresult_stmt = Database::prepare($query);
|
||||
Database::pexecute($domainresult_stmt, $query_params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user