summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php2
-rwxr-xr-xusr/local/www/system_firmware_auto.php4
-rwxr-xr-xusr/local/www/system_firmware_check.php4
3 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 52a746f..6cb5fda 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -109,7 +109,7 @@ $dir = ini_get('upload_progress_meter.file.filename_template');
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("System: Firmware");?></title>
+<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>
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index c035485..8c20c78 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -41,7 +41,7 @@ require_once("xmlrpc.inc");
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("System: Firmware: Invoke Auto Upgrade");?></title>
+<title><?=gentitle("System: Firmware: Firmware Updater");?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
@@ -49,7 +49,7 @@ require_once("xmlrpc.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">System: Firmware: Auto Upgrade</p>
+<p class="pgtitle">System: Firmware: Firmware Updater</p>
<form action="system_firmware_auto.php" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index e857e35..62a3b06 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -38,7 +38,7 @@ if(isset($config['system']['disablefirmwarecheck']))
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("System: Firmware Update");?></title>
+<title><?=gentitle("System: Auto Update");?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
@@ -47,7 +47,7 @@ if(isset($config['system']['disablefirmwarecheck']))
include("fbegin.inc");
$versions = check_firmware_version();
?>
-<p class="pgtitle">System: Firmware Update</p>
+<p class="pgtitle">System: Auto Update</p>
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<ul id="tabnav">
OpenPOWER on IntegriCloud