summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-06-18 19:59:30 +0000
committerErmal Luçi <eri@pfsense.org>2009-06-18 19:59:30 +0000
commit14f5ae084ed88ad52825e8cf89f4bdc52330e389 (patch)
treed2075678435d91b4cf5194fc975964cbe7610216 /usr/local/www
parent164164816ba61657d0678f03fc7322cee4dab857 (diff)
downloadpfsense-14f5ae084ed88ad52825e8cf89f4bdc52330e389.zip
pfsense-14f5ae084ed88ad52825e8cf89f4bdc52330e389.tar.gz
Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/system_certmanager.php1
-rw-r--r--usr/local/www/system_usermanager_addcert.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_certmanager.php b/usr/local/www/system_certmanager.php
index cf9035b..4803187 100644
--- a/usr/local/www/system_certmanager.php
+++ b/usr/local/www/system_certmanager.php
@@ -35,6 +35,7 @@
##|-PRIV
require("guiconfig.inc");
+require_once("certs.inc");
$cert_methods = array(
"existing" => "Import an existing Certificate",
diff --git a/usr/local/www/system_usermanager_addcert.php b/usr/local/www/system_usermanager_addcert.php
index 9af9a9c..081487b 100644
--- a/usr/local/www/system_usermanager_addcert.php
+++ b/usr/local/www/system_usermanager_addcert.php
@@ -35,6 +35,7 @@
##|-PRIV
require("guiconfig.inc");
+require_once("certs.inc");
$cert_keylens = array( "512", "1024", "2048", "4096");
OpenPOWER on IntegriCloud