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/client/PHP
2010-09-12 11:25:12 -07:00
..
.gitignore Add a .gitignore so that local_config.php is ignored by git. Also add a readme that describes the contents of local_config.php file. Patches #1366. 2010-09-12 11:25:12 -07:00
example.php Move client -> client/php to make room for more language types. 2010-08-17 21:03:24 -07:00
Gallery3.php Move client -> client/php to make room for more language types. 2010-08-17 21:03:24 -07:00
README Add a .gitignore so that local_config.php is ignored by git. Also add a readme that describes the contents of local_config.php file. Patches #1366. 2010-09-12 11:25:12 -07:00
test1.png Move client -> client/php to make room for more language types. 2010-08-17 21:03:24 -07:00
test2.png Move client -> client/php to make room for more language types. 2010-08-17 21:03:24 -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>";