1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-15 03:05:26 +02:00

htaccess version update, including suggestions from Teppo, Netcarver, and several other updates while I was there. See the htaccess.txt file for upgrade instructions.

This commit is contained in:
Ryan Cramer
2019-07-02 14:31:08 -04:00
parent c02420796d
commit 0e00f24004
4 changed files with 228 additions and 72 deletions

View File

@@ -62,7 +62,7 @@ class ProcessWire extends Wire {
* Minimum required .htaccess file version
*
*/
const htaccessVersion = 300;
const htaccessVersion = 301;
/**
* Status when system is booting