| @@ -1,12 +1,12 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | -// Do not allow the file to be called directly. | |
| 4 | -if (!defined('ABSPATH')) { | |
| 5 | - exit; | |
| 6 | -} | |
| 7 | - | |
| 8 | -update_option('patchstack_db_version', '3.0.2'); | |
| 9 | - | |
| 10 | -if ( get_option( 'patchstack_license_activated', 0 ) == 1 && get_option( 'patchstack_license_free', 0 ) == 0 ) { | |
| 11 | - $this->header(); | |
| 1 | +<?php | |
| 2 | + | |
| 3 | +// Do not allow the file to be called directly. | |
| 4 | +if (!defined('ABSPATH')) { | |
| 5 | + exit; | |
| 6 | +} | |
| 7 | + | |
| 8 | +update_option('patchstack_db_version', '3.0.2'); | |
| 9 | + | |
| 10 | +if ( get_option( 'patchstack_license_activated', 0 ) == 1 && get_option( 'patchstack_license_free', 0 ) == 0 ) { | |
| 11 | + $this->header(); | |
| 12 | 12 | } |