Open mastef opened 8 years ago
Since the report directory is hardcoded to ../report in the api/details.php call, the details won't ever appear if the report directory differs from the default. https://github.com/larsiusprime/crashdumper/blob/master/servers/crashdumpbrowser/api/detail.php#L26
../report
api/details.php
Fix : switch all instances of ../report in details.php with REPORT_DIR defined in https://github.com/larsiusprime/crashdumper/blob/master/servers/crashdumpbrowser/includes/constants.inc.php#L5
details.php
REPORT_DIR
Since the report directory is hardcoded to
../report
in theapi/details.php
call, the details won't ever appear if the report directory differs from the default. https://github.com/larsiusprime/crashdumper/blob/master/servers/crashdumpbrowser/api/detail.php#L26Fix : switch all instances of
../report
indetails.php
withREPORT_DIR
defined in https://github.com/larsiusprime/crashdumper/blob/master/servers/crashdumpbrowser/includes/constants.inc.php#L5