Site Settings
Infrastructure page. It renders nothing useful on its own — it exists to deploy the
settings layer every AsOne sub-app reads its per-site configuration through.
| Deployed file | Provides |
/php/asone/asone_settings.php | Setting registry, write-time validation, typed readers, one cached query per request |
A library declares its own settings with asone_setting_register() at load time;
they then appear in the webmaster settings panel with no page edit.
Load order matters — asone_common.php requires this file
before crm_lib.php and i18n_lib.php, which register against it.