1
0
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:
Ryan Cramer
2019-07-05 11:35:25 -04:00
parent 562565ff42
commit 161d6fb737
11 changed files with 89 additions and 97 deletions

View File

@@ -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?
*