mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 15:54:51 +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,5 +1,5 @@
|
||||
<?php
|
||||
include("header.php");
|
||||
include("inc_all.php");
|
||||
|
||||
//Paging
|
||||
if(isset($_GET['p'])){
|
||||
|
||||
Reference in New Issue
Block a user