diff options
Diffstat (limited to 'display_contact.php')
| -rwxr-xr-x | display_contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_contact.php b/display_contact.php index 48e6a0b..c9cd179 100755 --- a/display_contact.php +++ b/display_contact.php @@ -33,7 +33,7 @@ $gBitSmarty->assign( 'galleryId', $gGallery->mGalleryId ); $gBitSmarty->assign( 'galLayout', 'fixed_grid' ); if (!$gContent->isValid()) { - header( "location: " . CONTACT_PKG_URL . "list.php" ); + header( "location: " . CONTACT_PKG_URL . "list_contacts.php" ); die; } |
