show_url_setup()
public function show_url_setup(): void
Description
Displays the URL setup form and handles URL submission. On a POST request, calls save_base_url() to persist the confirmed URL. On a GET request, auto-detects the likely base URL and presents it to the user for confirmation.
This method is primarily used during initial application setup. It is blocked from direct URL access via block_url() in production.
Parameters
This method takes no parameters.
Return Value
| Type | Description |
|---|---|
| void | Outputs the URL setup view directly. |