Browse Source

#267 Added version information into modules authent-ldap and authent-local

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@866 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
ae6c504a5e

+ 1 - 1
modules/authent-ldap/module.authent-ldap.php

@@ -9,7 +9,7 @@ if (function_exists('ldap_connect'))
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'authent-ldap',
+	'authent-ldap/1.0.0',
 	array(
 		// Identification
 		//

+ 1 - 1
modules/authent-local/module.authent-local.php

@@ -3,7 +3,7 @@
 
 SetupWebPage::AddModule(
 	__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
-	'authent-local',
+	'authent-local/1.0.0',
 	array(
 		// Identification
 		//