diff options
Diffstat (limited to 'contact.php')
| -rw-r--r-- | contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.php b/contact.php index ab57e58..c2b4545 100644 --- a/contact.php +++ b/contact.php @@ -15,7 +15,7 @@ /** * required setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); require_once( MESSAGES_PKG_PATH.'Messages.php' ); $gBitSystem->verifyFeature( 'messages_site_contact' ); |
