summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-04 01:17:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-04 01:17:18 +0000
commit7a6995359fa0dbdd1dead3eef9765f930e10ff95 (patch)
tree35489136d69f99f48a981709246acfb94b255377 /usr/local/www
parentd732f18698038b27df5a36f57285e79cc17a4314 (diff)
downloadpfsense-7a6995359fa0dbdd1dead3eef9765f930e10ff95.zip
pfsense-7a6995359fa0dbdd1dead3eef9765f930e10ff95.tar.gz
Don't show header or footer on popups
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_advanced_create_certs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_create_certs.php b/usr/local/www/system_advanced_create_certs.php
index 047b109..2de1baf 100755
--- a/usr/local/www/system_advanced_create_certs.php
+++ b/usr/local/www/system_advanced_create_certs.php
@@ -144,7 +144,6 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php include("fbegin.inc"); ?>
<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); ?>
@@ -175,7 +174,6 @@ include("head.inc");
-->
</script>
-<?php include("fend.inc"); ?>
</body>
</html>
@@ -193,7 +191,6 @@ include("head.inc");
<link href="gui.css" rel="stylesheet" type="text/css">
<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 - Create Certificates</p>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
@@ -255,7 +252,6 @@ include("head.inc");
</td>
</tr>
- <?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud