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,026
Folders
377
Scanned Size
3.79 GB
PHP Files
791
Editable Text Files
12,310
File viewer
guarded to /htdocs
/_config/auth.php
<?php declare(strict_types=1); const AUTH_SESSION_KEY = 'guardian_authenticated'; const AUTH_USER_KEY = 'guardian_user'; const AUTH_ROLE_KEY = 'guardian_role'; const AUTH_EMAIL_KEY = 'guardian_email'; const AUTH_LOGIN_TIME_KEY = 'guardian_login_time'; const AUTH_LAST_ACTIVITY_KEY = 'guardian_last_activity'; const AUTH_POST_LOGIN_REDIRECT = 'guardian_post_login_redirect'; const AUTH_RISK_SCORE_KEY = 'guardian_risk_score'; const AUTH_IDLE_TIMEOUT_SECONDS = 1800; // 30 minutes const AUTH_ABSOLUTE_TIMEOUT = 43200; // 12 hours const AUTH_MAX_RISK_SCORE = 80; const AUTH_LOGIN_URL = '/login.php'; const AUTH_DEFAULT_SUCCESS_URL = '/guardian/dashboard.php'; const AUTH_LOGOUT_URL = '/api/auth/logout.php';
Save file
Quick jump
open a path
Open