Changeset 27286 for extensions
- Timestamp:
- Feb 9, 2014, 5:55:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Ldap_Login/main.inc.php
r27036 r27286 2 2 /* 3 3 Plugin Name: Ldap_Login 4 Version: 1. 0.14 Version: 1.1 5 5 Description: Allow piwigo authentication along an ldap 6 Plugin URI: 6 Plugin URI: http://www.22decembre.eu/2014/02/09/piwigo-ldap-login-v1-1/ 7 7 Author: 22decembre 8 8 Author URI: http://www.22decembre.eu … … 16 16 define('LDAP_LOGIN_PATH' , PHPWG_PLUGINS_PATH . LDAP_LOGIN_ID . '/'); 17 17 define('LDAP_LOGIN_ADMIN', get_root_url() . 'admin.php?page=plugin-' . LDAP_LOGIN_ID); 18 define('LDAP_LOGIN_VERSION', '1. 0.1');18 define('LDAP_LOGIN_VERSION', '1.1'); 19 19 20 20 include_once(LDAP_LOGIN_PATH.'/class.ldap.php');
Note: See TracChangeset
for help on using the changeset viewer.