diff options
-rwxr-xr-x | includes/parsers.php | 1 | ||||
-rwxr-xr-x | rss.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/includes/parsers.php b/includes/parsers.php index 2d5da93..b7dd869 100755 --- a/includes/parsers.php +++ b/includes/parsers.php | |||
@@ -22,7 +22,6 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
22 | 22 | ||
23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
24 | 24 | ||
25 | include_once('includes/specialdates.php'); | ||
26 | include('includes/bbcode.php'); | 25 | include('includes/bbcode.php'); |
27 | include('includes/smilies.php'); | 26 | include('includes/smilies.php'); |
28 | 27 | ||
diff --git a/rss.php b/rss.php index 41e49f0..2a72d8a 100755 --- a/rss.php +++ b/rss.php | |||
@@ -24,6 +24,7 @@ include('../security/config.php'); | |||
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | 25 | include('includes/functions.php'); |
26 | include('includes/parsers.php'); | 26 | include('includes/parsers.php'); |
27 | include_once('includes/specialdates.php'); | ||
27 | 28 | ||
28 | header('Content-type: application/rss+xml'); | 29 | header('Content-type: application/rss+xml'); |
29 | 30 | ||