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 b31f041b5c Updated to support HTTP_Request and HTTP_Request2. Tested against
example.php with both libraries.  HTTP_Request spews out tons of
warnings if you set the error reporting to something really strict.
HTTP_Request2 is clean, but there's no Debian package for it yet...
2011-12-25 17:25:35 -08: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 Updated to support HTTP_Request and HTTP_Request2. Tested against 2011-12-25 17:25:35 -08: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>";