?? GreyFile — Mystic File Browser

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

?? Viewing: class.dsm-license-load.php

<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class DSM_LICENSE_LOAD {
	var $licence;

	/**
	 *
	 * Run on class construct
	 */
	function __construct() {
		$this->licence = new DSM_PRO_licence();
	}
}


??

??