From 4ebcbea4c0405ac0982ef19ed7633c6803d99982 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 12 Mar 2008 20:01:46 +0000 Subject: [PATCH] fix a silly thing... git-svn-id: http://www.observium.org/svn/observer/trunk@155 61d68cd4-352d-0410-923a-c4978735b2b8 --- host-add.php | 1 + html/pages/device.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/host-add.php b/host-add.php index 465ad96b1d..f212feec61 100755 --- a/host-add.php +++ b/host-add.php @@ -1,5 +1,6 @@ #!/usr/bin/php "); echo("
"); -include("pages/$page/$section.inc"); +include("pages/device/$section.inc"); echo("
");