modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 deletions

View File

@ -30,7 +30,7 @@ class DbCache_Page extends Base_Page_Settings {
*/
function dbcluster_config() {
$this->_page = 'w3tc_dbcluster_config';
if ( Util_Environment::is_dbcluster() )
if ( Util_Environment::is_dbcluster( $this->_config ) )
$content = @file_get_contents( W3TC_FILE_DB_CLUSTER_CONFIG );
else
$content = @file_get_contents( W3TC_DIR . '/ini/dbcluster-config-sample.php' );