Plugin Directory

Changeset 3350744


Ignore:
Timestamp:
08/27/2025 01:49:11 AM (6 months ago)
Author:
bitslip6
Message:

tag 4.7.2

Location:
bitfire/tags
Files:
1 edited
55 copied

Legend:

Unmodified
Added
Removed
  • bitfire/tags/4.6.1/src/server.php

    r3338339 r3350744  
    890890
    891891    // bootstrap is looking good and was written successfully!
    892     if ($status == STATUS_OK && empty($effect->read_errors())) {
     892    if ($status == STATUS_OK && empty($effect->read_errors()) && file_exists($waf_load_file)) {
    893893        $note = "BitFire always on protection installed. DO NOT MANUALLY REMOVE THE /$waf_load_file FILE! Contact support at [email protected] for support\n";
    894894        $ini_content = "\nauto_prepend_file = \"$waf_load_file\"\n";
Note: See TracChangeset for help on using the changeset viewer.