Files
itflow/inc_all.php
2023-01-21 17:30:51 +00:00

13 lines
257 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");