4 lines
114 B
PHP
4 lines
114 B
PHP
<?php
|
|
header('Content-Type: text/plain');
|
|
echo file_get_contents(__DIR__ . '/auth/loginFromGooglePassenger.php');
|