crashdumper icon indicating copy to clipboard operation
crashdumper copied to clipboard

If report directory different, no details available in crashdump server

Open mastef opened this issue 9 years ago • 0 comments

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

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

mastef avatar Aug 24 '16 12:08 mastef