mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
- Move default pagination/sort/search query variable mapping to pagination_head.php - Remove user_logs.php
13 lines
260 B
PHP
13 lines
260 B
PHP
<?php
|
|
|
|
include("config.php");
|
|
include_once("functions.php");
|
|
include("check_login.php");
|
|
include("header.php");
|
|
include("top_nav.php");
|
|
include("side_nav.php");
|
|
include("inc_wrapper.php");
|
|
include("inc_alert_feedback.php");
|
|
include("pagination_head.php");
|
|
|
|
?>
|