Disallow file mods (#17)

Signed-off-by: Ryan McCue <me@ryanmccue.info>
This commit is contained in:
Ryan McCue 2025-07-31 21:13:36 +01:00 committed by GitHub
parent c6d17e91ab
commit e28f87b8e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<?php
define( 'HM_BASIC_AUTH_USER', 'openwebff' );
define( 'HM_BASIC_AUTH_PW', 'wither-nodding-dues-morals-splat' );
// Disable writing to the filesystem.
define( 'DISALLOW_FILE_MODS', true );
// GlotPress configuration.
define( 'GP_URL_BASE', '/' );