mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Cleaned up unused files, did some code tidying
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php include("header.php"); ?>
|
||||
|
||||
<?php $sql = mysqli_query($mysqli,"SELECT * FROM clients ORDER BY client_id DESC"); ?>
|
||||
<?php $sql = mysqli_query($mysqli,"SELECT * FROM clients ORDER BY client_name ASC"); ?>
|
||||
|
||||
|
||||
<div class="card mb-3">
|
||||
|
||||
Reference in New Issue
Block a user