Git Codebase - Sn0wlink IT
FredMin/custom-modules/test-program
[...] Up Directory
config.php
icon.png
module.php
module.php
<?php // Page name $pagename ="Test Program"; // Include Files include ('../head.php'); include ('../config/config.php'); // Main Content echo "<h2><center>$pagename</center></h2>"; phpinfo(); // Footer include ('foot.php'); ?>