mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Made the php includes much more modular and simpler by lumping them all in 1 file inc_all.php instead of all over the place
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php include("header.php");
|
||||
<?php include("inc_all.php");
|
||||
|
||||
//Paging
|
||||
if(isset($_GET['p'])){
|
||||
|
||||
Reference in New Issue
Block a user