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/daily-briefing.php
<?php declare(strict_types=1);require_once __DIR__.'/sms-service.php';require_once __DIR__.'/email-service.php'; function si_daily_briefing_build():string{$tasks=array_values(array_filter(si_ops_tasks_load(),static fn($t)=>($t['status']??'open')==='open'));$lines=['Good morning with SIMON Briefing.',count($tasks).' open task'.(count($tasks)===1?'':'s').' require attention.'];foreach(array_slice($tasks,0,5) as $task)$lines[]='• '.(string)($task['text']??'Follow-up');$lines[]='Text SI if you need assistance or want a callback scheduled.';return implode("\n",$lines);} function si_daily_briefing_send():array{$body=si_daily_briefing_build();$to=defined('SI_KEITH_DIRECT_NUMBER')?(string)SI_KEITH_DIRECT_NUMBER:'';$sms=$to!==''?si_sms_business_send($to,$body):['ok'=>false,'error'=>'Keith SMS number unavailable.'];$emailTo=defined('SI_EMAIL_ALERT_TO')?(string)SI_EMAIL_ALERT_TO:'admin@gaylordsinclair.com';$email=si_email_send($emailTo,'Good morning with SIMON Briefing',$body);return ['sms'=>$sms,'email'=>$email,'body'=>$body];}
Save file
Quick jump
open a path
Open