Add check_server_code.php for server diagnostics
This commit is contained in:
3
backend/check_server_code.php
Normal file
3
backend/check_server_code.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
header('Content-Type: text/plain');
|
||||
echo file_get_contents(__DIR__ . '/auth/loginFromGooglePassenger.php');
|
||||
Reference in New Issue
Block a user