Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/supreme-modules-pro-for-divi/includes/license/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/supreme-modules-pro-for-divi/includes
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
class DSM_LICENSE_LOAD {
var $licence;
/**
*
* Run on class construct
*/
function __construct() {
$this->licence = new DSM_PRO_licence();
}
}