Support new Webmin API
authorJamie Cameron <jcameron@webmin.com>
Wed, 20 Jan 2010 18:18:47 +0000 (10:18 -0800)
committerJamie Cameron <jcameron@webmin.com>
Wed, 20 Jan 2010 18:18:47 +0000 (10:18 -0800)
certmgr/certmgr-lib.pl
certmgr/module.info

index 570e12c..070f3f7 100755 (executable)
@@ -1,7 +1,7 @@
 # certmgr-lib.pl
 
-do '../web-lib.pl';
-&init_config();
+BEGIN { push(@INC, ".."); };
+use WebminCore;
 %access = &get_module_acl();
 
 @pages = ( "gencert", "gencsr", "signcsr", "import", "view", "manual" );
index aab8d4e..e51044b 100755 (executable)
@@ -2,4 +2,4 @@ category=system
 os_support=*-linux freebsd macos solaris openbsd
 desc=PKI Certificate and Key Management
 name=certmgr
-version=1.6
+version=1.7