SIMON Master Console Rebuild
True command center for SIMON + WEB360
This rebuild gives you a cleaner production spine: interactive tree, live viewer, guarded editor, dynamic graphics, architecture map, and note storage. It is designed to sit beside your existing
console.php
and become the stronger replacement path.
Dashboard
Tree
Viewer
System Map
File Registry
Notes
Files
15,476
Folders
443
Scanned Size
3.86 GB
PHP Files
996
Editable Text Files
12,723
File viewer
guarded to /htdocs
/si/business/debt-collection-policy.php
<?php declare(strict_types=1); require_once __DIR__.'/bootstrap.php'; function si_debt_collection_decision(array $event):array{$text=strtolower((string)($event['body']??''));$isDebt=(bool)preg_match('/\b(debt|collection|collector|past due|payment demand|settlement)\b/',$text);if(!$isDebt)return ['matched'=>false];return ['matched'=>true,'action'=>'record_and_relay','transfer_allowed'=>(bool)si_business_settings()['debt_collector_transfer'],'may_commit_payment'=>false,'may_confirm_private_data'=>false,'message'=>'SI may collect the company, caller, callback number, reference number, claimed creditor and deadline, but may not admit liability or promise payment.'];}
Save file
Quick jump
open a path
Open