summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xincludes/parsers.php1
-rwxr-xr-xrss.php1
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
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include_once('includes/specialdates.php');
26include('includes/bbcode.php'); 25include('includes/bbcode.php');
27include('includes/smilies.php'); 26include('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');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/parsers.php'); 26include('includes/parsers.php');
27include_once('includes/specialdates.php');
27 28
28header('Content-type: application/rss+xml'); 29header('Content-type: application/rss+xml');
29 30