X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Finstall.php;fp=web%2Fcore%2Finstall.php;h=c88ffeedaacd938eafffc1b47c0d7d6bae163c9e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=6bdd6f8c3156e3327b49b96354dd5f363a2c27f3;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/install.php b/web/core/install.php index 6bdd6f8c3..c88ffeeda 100644 --- a/web/core/install.php +++ b/web/core/install.php @@ -35,7 +35,7 @@ $class_loader = require_once $root_path . '/autoload.php'; // If OPCache is in use, ensure opcache.save_comments is enabled. if (OpCodeCache::isEnabled() && !ini_get('opcache.save_comments')) { - print 'Systems with OPcache installed must have opcache.save_comments enabled.'; + print 'Systems with OPcache installed must have opcache.save_comments enabled.'; exit(); }