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