From f726d710a8299b194567b32406fabcbec1814f92 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 16:15:36 +0000 Subject: Use head.inc and standardize on $pgtitle --- usr/local/www/halt.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'usr') diff --git a/usr/local/www/halt.php b/usr/local/www/halt.php index a22f6c1..0ffa44c 100755 --- a/usr/local/www/halt.php +++ b/usr/local/www/halt.php @@ -44,18 +44,14 @@ if ($_POST) { exit; } } + +$pgtitle = "Diagnostics: Halt system"; +include('head.inc'); ?> - - - -<?=gentitle("Halt system");?> - - - -

Halt system

+

Are you sure you want to halt the system?

-- cgit v1.1