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,360
Folders
427
Scanned Size
3.85 GB
PHP Files
948
Editable Text Files
12,616
File viewer
guarded to /htdocs
/si/_core/bootstrap.php
<?php declare(strict_types=1); /* |-------------------------------------------------------------------------- | SI CORE BOOTSTRAP |-------------------------------------------------------------------------- | Loads every core engine exactly once. | Every SI endpoint should require ONLY this file. |-------------------------------------------------------------------------- */ define('SI_CORE_VERSION', '2.0'); require_once __DIR__ . '/common.php'; require_once __DIR__ . '/communications_policy.php'; require_once __DIR__ . '/guardian.php'; require_once __DIR__ . '/security.php'; require_once __DIR__ . '/memory.php'; require_once __DIR__ . '/knowledge.php'; require_once __DIR__ . '/emotion.php'; require_once __DIR__ . '/decision.php'; require_once __DIR__ . '/escalation.php'; require_once __DIR__ . '/tasks.php'; require_once __DIR__ . '/chief_of_staff.php'; /* |-------------------------------------------------------------------------- | Core Status |-------------------------------------------------------------------------- */ $GLOBALS['SI_CORE_READY'] = true; $GLOBALS['SI_CORE_VERSION'] = SI_CORE_VERSION;
Save file
Quick jump
open a path
Open