summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 21ac8cc..0cf7852 100755
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ $gBitSystem->verifyPermission( 'p_contact_view' );
include_once CONTACT_PKG_INCLUDE_PATH . 'lookup_contact_inc.php';
if (!$gContent->mContentId) {
- header( "location: " . CONTACT_PKG_URL . "list.php" );
+ header( "location: " . CONTACT_PKG_URL . "list_contacts.php" );
die;
}