summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index ccd1b36..1bbb13b 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -41,15 +41,11 @@ if ($_POST) {
exit;
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("Reboot system");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
+$pgtitle = "Diagnostics: Reboot System";
+include("head.inc");
+
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Reboot system</p>
OpenPOWER on IntegriCloud