| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | <?php |
| 2 | -/** | |
| 3 | - * Import Users plugin file. | |
| 4 | - * | |
| 5 | - * Copyright (C) 2010-2020, Smackcoders Inc - info@smackcoders.com | |
| 6 | - */ | |
| 7 | - | |
| 2 | +/****************************************************************************************** | |
| 3 | + * Copyright (C) Smackcoders. - All Rights Reserved under Smackcoders Proprietary License | |
| 4 | + * Unauthorized copying of this file, via any medium is strictly prohibited | |
| 5 | + * Proprietary and confidential | |
| 6 | + * You can contact Smackcoders at email address info@smackcoders.com. | |
| 7 | + *******************************************************************************************/ | |
| 8 | 8 | namespace Smackcoders\SMUSERS; |
| 9 | 9 | |
| 10 | 10 | if ( ! defined( 'ABSPATH' ) ) |
| 11 | 11 | exit; // Exit if accessed directly |
| @@ -12,9 +12,8 @@ | ||
| 12 | 12 | |
| 13 | 13 | class UserInstall { |
| 14 | 14 | |
| 15 | 15 | protected static $instance = null,$smack_instance,$tables_instance; |
| 16 | - public $plugin; | |
| 17 | 16 | private static $db_updates = array(); |
| 18 | 17 | /** |
| 19 | 18 | * SmackCSVInstall Constructor |
| 20 | 19 | */ |