We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42e80c commit ac05a43Copy full SHA for ac05a43
admin/install.php
@@ -28,9 +28,9 @@
28
$g_skip_open_db = true; # don't open the database in database_api.php
29
define( 'MANTIS_INSTALLER', true );
30
define( 'PLUGINS_DISABLED', true );
31
-@require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' );
32
-@require_once( 'install_functions.php' );
33
-@require_once( 'install_helper_functions.php' );
+require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' );
+require_once( 'install_functions.php' );
+require_once( 'install_helper_functions.php' );
34
$g_error_send_page_header = false; # bypass page headers in error handler
35
36
$g_failed = false;
0 commit comments