/home/edulekha/www/wp-content/plugins/secure-copy-content-protection/db.php
<?php
global $wpdb;
if (!defined('SCCP_DB_VERSION')) {
	define('SCCP_DB_VERSION', '1.6.9');
}

if (!defined('SCCP_TABLE')) {
	define('SCCP_TABLE', $wpdb->prefix . 'ays_sccp');
}

if(!defined( 'SCCP_BLOCK_CONTENT')) {
    define( 'SCCP_BLOCK_CONTENT', $wpdb->prefix . 'ays_sccp_block_content' );
}

if(!defined( 'SCCP_BLOCK_SUBSCRIBE')) {
    define( 'SCCP_BLOCK_SUBSCRIBE', $wpdb->prefix . 'ays_sccp_block_subscribe' );
}

if(!defined( 'SCCP_SETTINGS')) {
    define( 'SCCP_SETTINGS', $wpdb->prefix . 'ays_sccp_settings' );
}

if(!defined( 'SCCP_REPORTS')) {
    define( 'SCCP_REPORTS', $wpdb->prefix . 'ays_sccp_reports' );
}

if (!defined('SCCP_CHARSET')) {
	define('SCCP_CHARSET', $wpdb->get_charset_collate());
}