summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_create_certs.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_advanced_create_certs.php')
-rwxr-xr-xusr/local/www/system_advanced_create_certs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced_create_certs.php b/usr/local/www/system_advanced_create_certs.php
index 7a6f8ca..047b109 100755
--- a/usr/local/www/system_advanced_create_certs.php
+++ b/usr/local/www/system_advanced_create_certs.php
@@ -138,15 +138,15 @@ if ($_POST) {
fwrite($fd, "authorityKeyIdentifier=keyid:always,issuer:always\n");
fclose($fd);
-$pgtitle = "System: Advanced functions";
+$pgtitle = "System: Advanced functions: Create Certificates";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<form action="system_advanced_create_certs.php" method="post" name="iform" id="iform">
<?php include("fbegin.inc"); ?>
- <p class="pgtitle">System: Advanced functions - Create Certificates</p>
+<p class="pgtitle"><?=$pgtitle?></p>
+<form action="system_advanced_create_certs.php" method="post" name="iform" id="iform">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<p>One moment please...
OpenPOWER on IntegriCloud