1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-06 06:48:10 +02:00
Files
2025-02-14 10:10:03 -05:00
..
2025-02-14 10:10:03 -05:00
2022-07-29 11:37:32 -04:00
2025-01-10 14:13:34 -05:00

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.