Plugin includes debug.php which can trigger custom debug code
-
Line 1006 of varnish-http-purge.php has;
require_once 'debug.php';
If a site has an existent debug.php in the webroot, that gets included by the plugin, and it initializes the plugin without all the pluggable functions being available. It broke a prod site when we installed this plugin! The devs were using it to isolate a problem in the site at the time.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin includes debug.php which can trigger custom debug code’ is closed to new replies.