mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Code deduplication/tidying
- Move default pagination/sort/search query variable mapping to pagination_head.php - Remove user_logs.php
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
if(isset($_GET['tab'])){
|
||||
|
||||
include('pagination_head.php');
|
||||
|
||||
if($_GET['tab'] == "overview"){
|
||||
include("client_overview.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user