return false;
} // END - if
- // Test write-access
- return is_writeable($FQFN);
+ // Test write-access on directory
+ return is_writeable(dirname($FQFN));
}
// Output HTML code directly or "render" it. You addionally switch the new-line character off
// Run the init filter chain
runFilterChain('init');
+
+ // Load extension 'sql_patches'
+ LOAD_EXTENSION("sql_patches");
}
if ((getTotalFatalErrors() > 0) && (isInstalled()) && (!defined('mxchange_installing')) && ($GLOBALS['output_mode'] != "1")) {