In publdlcnt.php on line 50:

if (!file_exits('./includes/bootstrap.inc')) {
    // We can not locate the bootstrap.inc file, let's give up using the
    // script and just fetch the file
    header('Location: ' . $_GET['file']);
    exit;
  }

Should be file_exists()

Comments

pixture’s picture

Thanks for the bug info.

I will fix it with the next release. I did not notice it since this is the code which is not usually used, and only comes here when PDC module can not work as expected.

Regards,

chalpin’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.