mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Reworked Client Section URL routing to be standard with standard URL routing of ITFlow. It was just too confusing to mix to different URL routing operations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<?php include("inc_all_client.php"); ?>
|
||||
|
||||
<?php
|
||||
|
||||
$sql_contacts = mysqli_query($mysqli,"SELECT * FROM contacts WHERE contact_client_id = $client_id AND contact_archived_at IS NULL AND contacts.company_id = $session_company_id ORDER BY contact_updated_at, contact_created_at DESC LIMIT 5");
|
||||
@@ -275,3 +277,9 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
||||
include("footer.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user