summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-02 15:02:38 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-02 15:02:38 +0100
commite88544380267e3539fd28a6cefea844fb75e684a (patch)
treef5a6f7be7307e935e8d51f1594b62af5d209e846 /index.php
parent3e8fc0c354098cdc615401d7d0d04cf5225035d3 (diff)
downloadcontact-e88544380267e3539fd28a6cefea844fb75e684a.tar.gz
contact-e88544380267e3539fd28a6cefea844fb75e684a.tar.bz2
contact-e88544380267e3539fd28a6cefea844fb75e684a.zip
Rename list.php → list_contacts.php; add odd/even row pairs to list
list_contacts.php: modern replacement with clean code, no dead session logic, referencing list.tpl. list.php: now a thin redirect for backward compatibility. list.tpl: alternate odd/even class on each contact's row pair. All internal references (display_contact, index, load_emails, menu, admin_xref_types) updated to list_contacts.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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;
}