fixed missign config file and added check if xmlrpc istnt installed
This commit is contained in:
parent
70e05e57d8
commit
5f5008b377
21 changed files with 115 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
// User invoice history (reads payments/data/*.json)
|
||||
$session_name = session_name(); session_start();
|
||||
require_once(__DIR__ . '/includes/config.inc.php');
|
||||
require_once(__DIR__ . '/includes/config_loader.php');
|
||||
// Intentionally do not require login here; invoices should be viewable (or filtered) without forcing a login.
|
||||
|
||||
// try to get logged-in user's email for matching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue