33f6d0e93f
The PHP OpenID library lets you enable OpenID authentication on sites built using PHP. It features the OpenID consumer, Store implementations, and an OpenID server. WWW: http://openidenabled.com/php-openid/
11 lines
632 B
Python
11 lines
632 B
Python
--- admin/xmlconfig.py.orig 2008-02-20 23:13:48.000000000 +0100
|
|
+++ admin/xmlconfig.py 2008-03-03 16:39:09.376694098 +0100
|
|
@@ -48,7 +48,7 @@
|
|
# The HTTP package base URI. This is the place on the web where the
|
|
# PEAR-installable tarballs will live, and this (plus the package
|
|
# tarball name) will be the URL that users pass to "pear install".
|
|
-package_base_uri = 'http://www.openidenabled.com/resources/downloads/php-openid/pear/'
|
|
+package_base_uri = 'http://openidenabled.com/files/php-openid/packages/'
|
|
|
|
# The release stability. Maybe this should be a commandline parameter
|
|
# since it might differ from release to release.
|