FSC is the core lib of filesite.io, a small PHP Framework.
Source code: https://git.filesite.io/filesite/fsc, download it via git:
git clone "https://git.filesite.io/filesite/fsc.git"
<?php print_r(FSC::$app); ?>
Array ( [config] => Array ( [default_timezone] => Asia/Hong_Kong [content_directory] => content [theme] => [default_layout] => main [error_layout] => error [debug] => [start_time] => 1732589156.0248 ) [controller] => site [action] => index [user_id] => [requestUrl] => / [start_time] => 1732589156.0248 )
<?php print_r($viewData); ?>
Array ( [foo] => bar )