[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-1755-g659ab6e

Michal Čihař nijel at users.sourceforge.net
Wed Mar 2 14:01:13 CET 2011


The branch, master has been updated
       via  659ab6eb522ce03155c5bac5bef4310dc369616c (commit)
      from  8149492cbeb3d485561ff55718441664c127a59b (commit)


- Log -----------------------------------------------------------------
commit 659ab6eb522ce03155c5bac5bef4310dc369616c
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Mar 2 13:59:43 2011 +0100

    Drop not needed requires

-----------------------------------------------------------------------

Summary of changes:
 scripts/openid.php |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/scripts/openid.php b/scripts/openid.php
index b354088..9a5eb67 100644
--- a/scripts/openid.php
+++ b/scripts/openid.php
@@ -17,18 +17,10 @@
  */
 
 require_once 'OpenID/RelyingParty.php';
-require_once 'OpenID/Discover.php';
-require_once 'OpenID/Store.php';
-require_once 'OpenID/Extension/SREG10.php';
-require_once 'OpenID/Extension/SREG11.php';
-require_once 'OpenID/Extension/AX.php';
-require_once 'OpenID/Extension/UI.php';
-require_once 'OpenID/Extension/OAuth.php';
-require_once 'OpenID/Message.php';
-require_once 'OpenID/Observer/Log.php';
-require_once 'Net/URL2.php';
 
-/* Map of authenticated users to MySQL user/password pairs */
+/**
+ * Map of authenticated users to MySQL user/password pairs.
+ */
 $AUTH_MAP = array(
     'http://launchpad.net/~username' => array(
         'user' => 'root',


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list