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,550
Folders
418
Scanned Size
3.85 GB
PHP Files
915
Editable Text Files
12,811
File viewer
guarded to /htdocs
/gaylord/gaylord/old/health.php
<?php declare(strict_types=1); $c=require __DIR__.'/config.php'; $l=is_file(__DIR__.'/config.local.php')?require __DIR__.'/config.local.php':[]; $d=class_exists('PDO')?PDO::getAvailableDrivers():[]; $checks=['PHP 8.1+'=>PHP_VERSION_ID>=80100,'PDO enabled'=>extension_loaded('pdo'),'PDO MySQL'=>in_array('mysql',$d,true),'PDO SQLite'=>in_array('sqlite',$d,true),'Fileinfo'=>extension_loaded('fileinfo'),'JSON'=>extension_loaded('json'),'Sessions'=>function_exists('session_start'),'Private storage writable'=>is_writable(__DIR__.'/_gaylord_private')||is_writable(__DIR__),'Index present'=>is_file(__DIR__.'/index.php'),'Manifest present'=>is_file(__DIR__.'/manifest.json'),'Service worker present'=>is_file(__DIR__.'/sw.js'),'GA4 configured'=>!empty($c['ga4_id']),'SIMON webhook configured'=>!empty($c['simon_webhook']),'Database configured'=>!empty($l['dsn'])]; ?><!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>GayLord Health</title><style>body{margin:0;background:#07090f;color:#fff;font:15px system-ui;padding:28px}.wrap{max-width:900px;margin:auto}.card{background:#111722;border:1px solid #273247;border-radius:22px;padding:22px}.row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #222c3d}.ok{color:#62f59a}.bad{color:#ff7086}code{color:#ffd84d}a{color:#72d7ff}</style></head><body><div class="wrap"><h1>GayLord Health Check</h1><div class="card"><?php foreach($checks as $label=>$ok):?><div class="row"><span><?=htmlspecialchars($label)?></span><b class="<?=$ok?'ok':'bad'?>"><?=$ok?'PASS':'CHECK'?></b></div><?php endforeach;?></div><p>PDO drivers: <code><?=htmlspecialchars(implode(', ',$d)?:'none')?></code></p><p><a href="./">Return to GayLord</a></p></div></body></html>
Save file
Quick jump
open a path
Open