mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
include("header.php");
|
||||
include("inc_all.php");
|
||||
|
||||
if(isset($_GET['invoice_id'])){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user