6 lines
122 B
PHP
6 lines
122 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
define('APP_PAGE', 'customer_display_settings');
|
|
require __DIR__ . '/page_bootstrap.php';
|