mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
|
|
require_once("inc_all_settings.php");
|
|
require_once("database_version.php");
|
|
require_once("config.php");
|
|
|
|
echo "Content Here";
|
|
|
|
require_once("footer.php");
|