Upgrade authentication to a new openid library for php
Upgrade authentication to a new openid library for php

--- a/include/common-auth.inc.php
+++ b/include/common-auth.inc.php
@@ -1,6 +1,6 @@
 <?php
 require $basePath.'lib/openid.php';
- $openid = new LightOpenID($_SERVER['HTTP_HOST']);
+$openid = new LightOpenID($_SERVER['HTTP_HOST']);
  
 function login()
 {