summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 02:20:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 02:20:09 +0000
commit523809792e16fc4629b0d914cd4626754b821fb9 (patch)
tree78162f1a16fb0f41a17fbba5509485920a5a7359 /usr/local/www/system_firmware.php
parent338ec5f4e531a21d3108f01b02279a492d4f7814 (diff)
downloadpfsense-523809792e16fc4629b0d914cd4626754b821fb9.zip
pfsense-523809792e16fc4629b0d914cd4626754b821fb9.tar.gz
Cleanup and add rounded corners.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 4fcc748..0540c58 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -105,14 +105,10 @@ $id = rand() . '.' . time();
$mth = ini_get('upload_progress_meter.store_method');
$dir = ini_get('upload_progress_meter.file.filename_template');
+$pgtitle = "System: Firmware";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("System: Manual Update");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
<!--
generated new UPLOAD_IDENTIFIER = <?=$id?>
php-config.upload_progress_meter.store_method = <?=$mth?>
OpenPOWER on IntegriCloud