diff options
Diffstat (limited to 'load_emails.php')
| -rwxr-xr-x | load_emails.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load_emails.php b/load_emails.php index b421f55..e9e146a 100755 --- a/load_emails.php +++ b/load_emails.php @@ -24,7 +24,7 @@ $gBitSystem->verifyPermission( 'p_contact_update' ); 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; } |
