This commit is contained in:
2026-02-06 09:29:33 +01:00
parent 8ff96d2583
commit 197537e0a5
149 changed files with 0 additions and 15572 deletions

View File

@@ -1,13 +0,0 @@
<?php
// Simple test file to verify PHP is working
header('Content-Type: application/json');
echo json_encode([
'success' => true,
'message' => 'PHP is working correctly',
'timestamp' => date('c'),
'server_info' => [
'php_version' => phpversion(),
'server_software' => $_SERVER['SERVER_SOFTWARE'] ?? 'Unknown'
]
]);
?>