Skip to content

Commit

Permalink
Patch installer webservice check
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Sep 26, 2024
1 parent cad6efc commit 750a035
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cross/mantisbt/patches/01-admin-check-webservice.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- admin/check/index.php.orig 2024-08-25 04:18:40
+++ admin/check/index.php 2024-09-25 20:37:42
@@ -134,10 +134,12 @@
include( 'check_paths_inc.php' );
}

+/*
if( !$g_failed_test ) {
define( 'CHECK_WEBSERVICE_INC_ALLOW', true );
include( 'check_webservice_inc.php' );
}
+*/

/*
* Disable integrity since the required blobs are no longer available

0 comments on commit 750a035

Please # to comment.