// begins at line 202 of habaribackup.plugin.php // global $db_connection; // list( $type, $string )= explode( ':', $db_connection['connection_string'] ); list( $type, $string )= explode( ':', Config::get( 'connection_string' ) );