1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 00:06:55 +02:00

Minor adjustments to comment blocks: Add @LostKobrakai PR #42, PR #44, PR #45 and add @owzim PR #43

This commit is contained in:
Ryan Cramer
2017-01-05 14:32:09 -05:00
parent 928a399b8a
commit d785fd7523
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
/**
* ProcessWire Installer
*
* Because this installer runs before PW2 is installed, it is largely self contained.
* Because this installer runs before PW is installed, it is largely self contained.
* It's a quick-n-simple single purpose script that's designed to run once, and it should be deleted after installation.
* This file self-executes using code found at the bottom of the file, under the Installer class.
*
@@ -21,7 +21,7 @@ define("PROCESSWIRE_INSTALL", "3.x");
/**
* class Installer
*
* Self contained class to install ProcessWire 2.x
* Self contained class to install ProcessWire 3.x
*
*/
class Installer {