MantisBT: master a8a011f2

Author Committer Branch Timestamp Parent
dregad dregad master 2023-10-16 11:07 master 81e288c0
Affected Issues  0033023: REST and SOAP APIs fail to report that Mantis is offline
Changeset

Fix broken Offline check from REST/SOAP API

mc_api.php resides in ./api/soap, but mci_is_mantis_offline() went up 2
levels instead of 3 to get to MantisBT root to check for presence of the
mantis_offline.php file.

Fixes 0033023

mod - api/soap/mc_api.php Diff File