diff options
| author | Carson Fleming <cflems@cflems.net> | 2022-12-12 06:14:48 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2022-12-12 06:14:48 -0800 |
| commit | d9c65d451785c7c8a5a652d2f23a3db2a97ad534 (patch) | |
| tree | 3df6228591010f77c8df2d2ee8acd97183ae5285 /inc/common.php | |
| parent | a8445664e8453ac643f123b43823a6a9df83c421 (diff) | |
| download | bulletin-d9c65d451785c7c8a5a652d2f23a3db2a97ad534.tar.gz | |
Fix captcha verification
Diffstat (limited to 'inc/common.php')
| -rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index c921ae6..2b3966c 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1,6 +1,6 @@ <?php define('INCLUDE_PATH', dirname(__FILE__).'/'); - +error_reporting(E_ERROR | E_PARSE); require(INCLUDE_PATH . 'config.php'); require(INCLUDE_PATH . 'functions.php'); //require(INCLUDE_PATH . 'mobile.php'); |
