mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
8 lines
201 B
PHP
8 lines
201 B
PHP
<?
|
|
require 'pgauth_conf.php';
|
|
/* Redirect authentication request */
|
|
|
|
$su = "/wiki/" . $_GET['r'];
|
|
header("Location: https://www.postgresql.org/account/auth/${pgauth_siteid}/?su=" . urlencode($su));
|
|
?>
|