Loading patches/038-appdata-folder-based-on-config.patch +18 −18 Original line number Diff line number Diff line --- config/config.sample.php 2026-03-05 16:23:55.502882136 +0600 +++ config/config.sample-new.php 2026-03-05 16:24:24.130247452 +0600 @@ -2292,6 +2292,15 @@ --- config/config.sample.php 2026-03-05 17:28:44.439768653 +0600 +++ config/config-sample-new.php 2026-03-05 17:28:28.248334226 +0600 @@ -2089,6 +2089,15 @@ 'updatedirectory' => '', /** Loading @@ -13,9 +13,9 @@ +'appdatadirectory' => '', + +/** * Block specific files or filenames, disallowing uploads or access (read and write). * Block a specific file or files and disallow the upload of files with this name. * This blocks any access to those files (read and write). * ``.htaccess`` is blocked by default. * --- lib/private/Files/SetupManager.php 2026-03-05 16:26:59.175816848 +0600 +++ lib/private/Files/SetupManager-new.php 2026-03-05 16:26:46.271803100 +0600 @@ -429,10 +429,26 @@ Loading Loading
patches/038-appdata-folder-based-on-config.patch +18 −18 Original line number Diff line number Diff line --- config/config.sample.php 2026-03-05 16:23:55.502882136 +0600 +++ config/config.sample-new.php 2026-03-05 16:24:24.130247452 +0600 @@ -2292,6 +2292,15 @@ --- config/config.sample.php 2026-03-05 17:28:44.439768653 +0600 +++ config/config-sample-new.php 2026-03-05 17:28:28.248334226 +0600 @@ -2089,6 +2089,15 @@ 'updatedirectory' => '', /** Loading @@ -13,9 +13,9 @@ +'appdatadirectory' => '', + +/** * Block specific files or filenames, disallowing uploads or access (read and write). * Block a specific file or files and disallow the upload of files with this name. * This blocks any access to those files (read and write). * ``.htaccess`` is blocked by default. * --- lib/private/Files/SetupManager.php 2026-03-05 16:26:59.175816848 +0600 +++ lib/private/Files/SetupManager-new.php 2026-03-05 16:26:46.271803100 +0600 @@ -429,10 +429,26 @@ Loading