make sure ABSPATH is defined before using it - fixes issue #648
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
if(!defined('ABSPATH')) exit;
|
||||
|
||||
namespace MailPoet\Form\Block;
|
||||
|
||||
class Text extends Base {
|
||||
|
Reference in New Issue
Block a user