|
@@ -1,5 +1,9 @@ |
|
1
|
1
|
<?php
|
|
2
|
+ if ( ! defined( 'ABSPATH' ) ) {
|
|
3
|
+ exit;
|
|
4
|
+ }
|
|
5
|
+
|
|
2
|
6
|
if ( ! class_exists( 'Freemius_Exception' ) ) {
|
|
3
|
7
|
exit;
|
|
4
|
8
|
}
|
|
5
|
9
|
|
|
@@ -8,5 +12,5 @@ |
|
8
|
12
|
public function __construct( $pResult ) {
|
|
9
|
13
|
parent::__construct( $pResult );
|
|
10
|
14
|
}
|
|
11
|
15
|
}
|
|
12
|
|
- } |
|
16
|
+ }
|