Add check_server_code.php for server diagnostics

This commit is contained in:
Hamza-Ayed
2026-06-24 23:59:51 +03:00
parent 3c057dfbf8
commit a56e318e20

View File

@@ -0,0 +1,3 @@
<?php
header('Content-Type: text/plain');
echo file_get_contents(__DIR__ . '/auth/loginFromGooglePassenger.php');