mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
make php code enclosed by ?php - this makes it work by default on more modern
php/debian
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
require 'pgauth_conf.php';
|
||||
/* Redirect authentication request */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
require 'pgauth_conf.php';
|
||||
/* Log the user out locally */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$pgauth_siteid=12321432432;
|
||||
$pgauth_key = 'puSOAmUPWlZvVvnQtkUpwjxj7U4NT7sW0FhBqo/OkgA=';
|
||||
$pgauth_rootsite = 'https://wikitest.postgresql.org';
|
||||
|
Reference in New Issue
Block a user