make php code enclosed by ?php - this makes it work by default on more modern

php/debian
This commit is contained in:
Stefan Kaltenbrunner
2015-06-20 12:02:20 -04:00
parent 657a96eb62
commit a61805a7cb
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
require 'pgauth_conf.php';
/* Redirect authentication request */

View File

@ -1,4 +1,4 @@
<?
<?php
require 'pgauth_conf.php';
/* Log the user out locally */

View File

@ -1,4 +1,4 @@
<?
<?php
$pgauth_siteid=12321432432;
$pgauth_key = 'puSOAmUPWlZvVvnQtkUpwjxj7U4NT7sW0FhBqo/OkgA=';
$pgauth_rootsite = 'https://wikitest.postgresql.org';