mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Upgrade ProcessWire installer (and related site profile files) to support specification of debug mode as one of the interactive installation options. Also updated some wording in various parts of the installer.
This commit is contained in:
@@ -28,18 +28,6 @@ if(!defined("PROCESSWIRE")) die();
|
||||
|
||||
/** @var Config $config */
|
||||
|
||||
/**
|
||||
* Enable debug mode?
|
||||
*
|
||||
* Debug mode causes additional info to appear for use during dev and debugging.
|
||||
* This is almost always recommended for sites in development. However, you should
|
||||
* always have this disabled for live/production sites.
|
||||
*
|
||||
* @var bool
|
||||
*
|
||||
*/
|
||||
$config->debug = false;
|
||||
|
||||
/**
|
||||
* Allow core API variables to also be accessed as functions?
|
||||
*
|
||||
|
Reference in New Issue
Block a user