diff options
Diffstat (limited to 'recent_posts.php')
| -rw-r--r-- | recent_posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recent_posts.php b/recent_posts.php index 770248c..29225c8 100644 --- a/recent_posts.php +++ b/recent_posts.php @@ -9,7 +9,7 @@ /** * Initial Setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'blogs' ); |
