'success',
'message' => 'PHP backend reageert naar behoren.',
'timestamp' => date('d-m-Y H:i:s'),
'php_version' => PHP_VERSION,
'memory_usage' => round(memory_get_usage() / (1024 * 1024), 2) . ' MB',
'server_software' => $_SERVER['SERVER_SOFTWARE'] ?? 'Webserver',
'ip' => $_SERVER['REMOTE_ADDR'] ?? 'Onbekend'
]);
exit;
}
date_default_timezone_set('Europe/Amsterdam');
$serverTime = date('d-m-Y H:i:s');
$phpVersion = PHP_VERSION;
$serverSoftware = $_SERVER['SERVER_SOFTWARE'] ?? 'Apache / Nginx';
$host = $_SERVER['HTTP_HOST'] ?? 'www.webenpcstudio.nl';
$clientIp = $_SERVER['REMOTE_ADDR'] ?? 'Onbekend';
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? 'HTTPS' : 'HTTP';
?>
Actieve server-parameters gedetecteerd door de PHP runtime engine.
| Host Domein: |
= htmlspecialchars($host); ?> |
| Verbindingsprotocol: |
= htmlspecialchars($protocol); ?> |
| PHP Engine: |
v= htmlspecialchars($phpVersion); ?> |
| Webserver Software: |
= htmlspecialchars($serverSoftware); ?> |
| Client IP: |
= htmlspecialchars($clientIp); ?> |
Status van de gekoppelde Git repository en automatische webhook updates.
| Git Server: |
git.webenpcstudio.nl |
| Repository: |
NiekRabelink/Testdrive |
| Actieve Branch: |
main |
| Deploy Type: |
Automatische Webhook Push |
| Testdrive Status: |
Gereed & Gesynchroniseerd |
Server Tijd (PHP)
= htmlspecialchars($serverTime); ?>
Browser Tijd (JS)
--:--:--