summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 17:22:14 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 17:22:14 +0100
commit3270cd788cc6fb06f35aaf56f8c1d76b24cb609e (patch)
tree2524bb168ecc6b39194863a2ef5ffb3e34141f50 /includes
parent0c9654cefb83ec95c76d849e477854c6b734cd98 (diff)
downloadcontact-3270cd788cc6fb06f35aaf56f8c1d76b24cb609e.tar.gz
contact-3270cd788cc6fb06f35aaf56f8c1d76b24cb609e.tar.bz2
contact-3270cd788cc6fb06f35aaf56f8c1d76b24cb609e.zip
import: cull legacy importers; move data to storage/contact/
Remove one-off importers: Phx, Sage, Wande, old Contact/ContactOld classes, load_contacts/phx/sage/wande scripts, schema_import_inc, phx SQL, xmail files, mbox/mime email pipeline stubs. Add CONTACT_IMPORT_PATH = STORAGE_PKG_PATH.'contact/' to bit_setup_inc. Update load_contacts_csv.php to use CONTACT_IMPORT_PATH. Email-to-contact pipeline (Mbox/mime/phail) retained as pending todo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/bit_setup_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php
index 7cc860b..8d2b144 100755
--- a/includes/bit_setup_inc.php
+++ b/includes/bit_setup_inc.php
@@ -17,6 +17,7 @@ define( 'CONTACT_PKG_PATH', BIT_ROOT_PATH . basename( $pRegisterHash['package_pa
define( 'CONTACT_PKG_INCLUDE_PATH', BIT_ROOT_PATH . basename( $pRegisterHash['package_path'] ) . '/includes/');
define( 'CONTACT_PKG_CLASS_PATH', BIT_ROOT_PATH . basename( $pRegisterHash['package_path'] ) . '/includes/classes/');
define( 'CONTACT_PKG_ADMIN_PATH', BIT_ROOT_PATH . basename( $pRegisterHash['package_path'] ) . '/admin/');
+define( 'CONTACT_IMPORT_PATH', STORAGE_PKG_PATH . 'contact/' );
$gBitSystem->registerPackage( $pRegisterHash );
if( $gBitSystem->isPackageActive( 'contact' ) ) {