mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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");
|