mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
12 lines
232 B
PHP
12 lines
232 B
PHP
<?php
|
|
|
|
include("config.php");
|
|
include_once("functions.php");
|
|
include("check_login.php");
|
|
include("header.php");
|
|
include("top_nav.php");
|
|
include("inc_side_nav.php");
|
|
include("inc_wrapper.php");
|
|
include("inc_alert_feedback.php");
|
|
|
|
?>
|