mirror of https://github.com/itflow-org/itflow
22 lines
299 B
PHP
22 lines
299 B
PHP
<?php
|
|
|
|
require_once "config.php";
|
|
|
|
include_once "functions.php";
|
|
|
|
require_once "check_login.php";
|
|
|
|
require_once "header.php";
|
|
|
|
require_once "top_nav.php";
|
|
|
|
require_once "side_nav.php";
|
|
|
|
require_once "inc_wrapper.php";
|
|
|
|
require_once "inc_alert_feedback.php";
|
|
|
|
require_once "pagination_head.php";
|
|
|
|
?>
|