Create index.php

This commit is contained in:
Nasir Hafeez
2025-02-11 12:07:47 +05:00
committed by GitHub
parent 9f6372fa8a
commit b08ee9c7bc

6
Ruijie/auth/index.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
http_response_code(200);
header("Content-Type: text/plain");
echo "Auth:1";
exit;