There are a few places that use require, rather than require_once, to include config.php.
While this does not cause any practical problems in normal usage it is inconsistent. Also it breaks a test script we use
There are a few places that use require, rather than require_once, to include config.php.
While this does not cause any practical problems in normal usage it is inconsistent. Also it breaks a test script we use