Fixed issue with guests requiring a login when viewing invoices by email. Removed check_login from guest header

This commit is contained in:
johnny@pittpc.com 2019-11-20 11:48:05 -05:00
parent c3e754466b
commit 4c28dcf8a8
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<?php
include("config.php");
include("check_login.php");
include("functions.php");
?>