1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/client/PHP
Bharat Mediratta b21689eb14 Revert "Converted to use PEAR's HTTP_Request2, since, according to http://pear.php.net/package/HTTP_Request/ HTTP_Request has been superceded by Request2. "
This reverts commit fecdce4db3.

There's no debian package for HTTP_Request2 and it's difficult to
install the package without updating a bunch of other stuff.  I'm
making the executive decision that it's too new to switch over to this
version of the library; if I'm having these problems others will as
well.  Tell me if you think I'm wrong and we can roll forward again.
2011-10-03 22:58:16 -07:00
..
.gitignore Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00
example.php Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00
Gallery3.php Revert "Converted to use PEAR's HTTP_Request2, since, according to http://pear.php.net/package/HTTP_Request/ HTTP_Request has been superceded by Request2. " 2011-10-03 22:58:16 -07:00
README Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00
test1.png Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00
test2.png Move all modules/themes/client code for the 3.0 codebase into a 3.0 directory. 2010-10-08 12:51:32 -07:00

# Create a local file called local_config.php and add the following content:
$SITE_URL = "http://<your domain>/gallery3/index.php/rest";
$USER     = "<user admin Id>";
$PASSWORD = "<user admin password>";