1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-29 17:40:04 +02:00

Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns)

This commit is contained in:
Ryan Cramer
2016-09-02 14:55:17 -04:00
parent cfae5fc6f3
commit bac5b0de5d
1691 changed files with 279091 additions and 1 deletions

14
wire/README.txt Normal file
View File

@@ -0,0 +1,14 @@
You should not modify any files in the /wire/ directory as this comprises
the ProcessWire core and is typically replaced entirely during upgrades.
To install new modules, you would place them in /site/modules/ rather than
/wire/modules.
To install a new admin theme, you would place it in /site/templates-admin/
and leave the one that is in /wire/templates-admin/.
To install a new version of ProcessWire, replace this /wire/ directory
completely with the one from the new version. See the main README.txt
file in the root installation directory for more information about
performing upgrades.