$SITE_BASE_URL ?? '', 'data' => $SITE_DATA_DIR ?? '']; })(); if (!isset($SITE_BASE_URL)) $SITE_BASE_URL = $__billing_cfg_vars['base']; if (!isset($SITE_DATA_DIR)) $SITE_DATA_DIR = $__billing_cfg_vars['data']; unset($__billing_cfg_vars, $billingLocalCfg); } } // Final safe defaults if still not set. if (!isset($SITE_BASE_URL)) { $SITE_BASE_URL = ''; } if (!isset($SITE_DATA_DIR)) { $SITE_DATA_DIR = realpath(__DIR__ . '/data') ?: (__DIR__ . '/data'); } include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); function h($s){ return htmlspecialchars((string)$s, ENT_QUOTES, 'UTF-8'); } ?>
Welcome to the admin area. From here you can manage servers, payments, and site settings.
._website/includes/config.inc.php. Edits create a timestamped backup before saving.Use PayPal sandbox credentials when testing payments. Set your sandbox client_id and client_secret in modules/billing/includes/config.inc.php (the $paypal_client_id and $paypal_client_secret variables). Set $paypal_sandbox = false for live payments.
.data/ folder (we added a sample: SIMULATED-WEBHOOK-*.json)._website/cart.php)._website/webhook.php (or the equivalent handler under _website/api/).data/ directory (this powers invoices.php and return.php)../invoices.php and reconcile or trigger further provisioning via internal panel APIs.| Site Base URL | |
|---|---|
| Data directory | |
| PHP SAPI | |
| Writable? |