send.php fix2
This commit is contained in:
13
Profice WebSite/scripts/add/test.php
Normal file
13
Profice WebSite/scripts/add/test.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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'
|
||||
]
|
||||
]);
|
||||
?>
|
||||
Reference in New Issue
Block a user