Skip to content

Commit

Permalink
Runs update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Dec 11, 2023
1 parent ed6c684 commit 488a855
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 26/apache/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);
4 changes: 4 additions & 0 deletions 26/fpm-alpine/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);
4 changes: 4 additions & 0 deletions 26/fpm/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);
4 changes: 4 additions & 0 deletions 27/apache/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);
4 changes: 4 additions & 0 deletions 27/fpm-alpine/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);
4 changes: 4 additions & 0 deletions 27/fpm/config/upgrade-disable-web.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'upgrade.disable-web' => true,
);

0 comments on commit 488a855

Please sign in to comment.