• Fix high availability support where css updates would be sent to a possible readonly replica instead of the writable instance
  • Disable behavior which caused css.php to return a 404 on an invalid template.
  • For the old behaviour of returning a HTTP 404 response, set this config.php option:
  • PHP:
    $config['svForce404OnEmptyCss'] = true;
Back
Top Bottom