mirror of https://github.com/itflow-org/itflow
Fixed issue with guests requiring a login when viewing invoices by email. Removed check_login from guest header
This commit is contained in:
parent
c3e754466b
commit
4c28dcf8a8
|
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
include("config.php");
|
||||
include("check_login.php");
|
||||
include("functions.php");
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue