X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Finstall.php;h=c88ffeedaacd938eafffc1b47c0d7d6bae163c9e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=6bdd6f8c3156e3327b49b96354dd5f363a2c27f3;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;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(); }