From 9e6cb4463d6cf32f623cfd0ee27259677b6c28db Mon Sep 17 00:00:00 2001 From: Paul J R Date: Fri, 28 Sep 2012 10:12:07 +1000 Subject: [PATCH] getting rid of mini references --- gwvpmini/gwvpmini_web.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gwvpmini/gwvpmini_web.php b/gwvpmini/gwvpmini_web.php index e7e0e54..900539e 100644 --- a/gwvpmini/gwvpmini_web.php +++ b/gwvpmini/gwvpmini_web.php @@ -59,7 +59,7 @@ function gwvpmini_goMainPage($bodyFunction = null) global $WEB_ROOT_FS, $BASE_URL; // a simple web page layout that loads any css and js files that exist in the css and js directories - echo "GWVP Mini"; + echo "GWVP"; // load css if(file_exists("$WEB_ROOT_FS/css")) { @@ -95,7 +95,7 @@ function gwvpmini_goMainPage($bodyFunction = null) // start body echo ""; - echo "

Git over Web Via PHP - Mini Version

"; + echo "

Git over Web Via PHP

"; echo ""; -- 1.7.0.4