From: Paul J R Date: Fri, 28 Sep 2012 00:12:07 +0000 (+1000) Subject: getting rid of mini references X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=commitdiff_plain;h=9e6cb4463d6cf32f623cfd0ee27259677b6c28db getting rid of mini references --- 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 "";