Code deduplication/tidying

- Move default pagination/sort/search query variable mapping to pagination_head.php
- Remove user_logs.php
This commit is contained in:
Marcus Hill
2022-04-14 19:49:18 +01:00
parent ca629801af
commit b4f2fdd03d
50 changed files with 92 additions and 1359 deletions

View File

@@ -1,6 +1,9 @@
<?php
if(isset($_GET['tab'])){
include('pagination_head.php');
if($_GET['tab'] == "overview"){
include("client_overview.php");
}