| @@ -6,11 +6,8 @@ | ||
| 6 | 6 | * @link https://github.com/uhm-coe/authorizer |
| 7 | 7 | * @package authorizer |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -// Prevent direct access. | |
| 11 | -defined( 'ABSPATH' ) || exit; | |
| 12 | - | |
| 13 | 10 | if ( ! function_exists( 'array_key_last' ) ) { |
| 14 | 11 | /** |
| 15 | 12 | * Polyfill for array_key_last(), used in class-cas.php. Not available in PHP |
| 16 | 13 | * versions below 7.3. |