Changeset 1365003
- Timestamp:
- 03/06/2016 11:55:41 AM (10 years ago)
- Location:
- openam-authentication/trunk
- Files:
-
- 3 added
- 1 edited
-
index.html (added)
-
openam-rest.php (modified) (2 diffs)
-
openam-settings.php (added)
-
plugin-update.php (added)
Legend:
- Unmodified
- Added
- Removed
-
openam-authentication/trunk/openam-rest.php
r1364007 r1365003 6 6 Version: 1.3 7 7 Author: Victor info@forgerock.com, openam@forgerock.org (subscribe to mailing list firt) 8 Author URI: http://www.forgerock. com8 Author URI: http://www.forgerock.org 9 9 Text Domain: openam-auth 10 10 */ … … 190 190 'httpversion' => '1.0', 191 191 'blocking' => true, 192 'headers' => array( ),192 'headers' => array('Content-Type' => 'application/json'), 193 193 'body' => array(), 194 194 'sslverify' => OPENAM_SSLVERIFY,
Note: See TracChangeset
for help on using the changeset viewer.