X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=gwvplib%2Fgwvpsetup.php;h=11161560ce6b0f5bb6f3e4ecd60eb5856044effa;hb=20d1cc1a856b039329b382a8119454099896c938;hp=a6d63acc971a45ea124d99fd8318ebd7469df7f7;hpb=047523a5083efd83dcd94b6d2763c9fddb913c90;p=gwvp.git diff --git a/gwvplib/gwvpsetup.php b/gwvplib/gwvpsetup.php index a6d63ac..1116156 100644 --- a/gwvplib/gwvpsetup.php +++ b/gwvplib/gwvpsetup.php @@ -87,7 +87,7 @@ function gwvp_goSetupGoMain() echo "Site NameSome Name for your site"; echo "First User Full NameThe name of the admin of your site"; echo "First User email addressThe email address of the admin of your site (login)"; - echo "First User Nick NameThe name used to idenity the user on the site"; + echo "First User UsernameThe name used to idenity the user on the site"; echo "First User PasswordPassword for the user"; echo "First User Password (confirm)and confirm it..."; echo "Database TypeSQLite only at this point"; @@ -119,7 +119,7 @@ function gwvp_goSetupDoInstall() $sitename = $_REQUEST["sitename"]; $fufn = $_REQUEST["firstuserfullname"]; $fwem = $_REQUEST["firstuseremail"]; - $fwnick = $_REQUEST["firstusernickname"]; + $fwusername = $_REQUEST["firstuserusername"]; $fwpass = $_REQUEST["pass1"]; $fwpassconf = $_REQUEST["pass2"]; $dbtype = $_REQUEST["dbtype"]; @@ -132,7 +132,7 @@ function gwvp_goSetupDoInstall() echo "Sitename$sitename"; echo "fullname$fufn"; echo "email$fwem"; - echo "nick$fwnick"; + echo "username$fwusername"; echo "pass$fwpass"; echo "passconfirm$fwpassconf"; echo "dbtype$dbtype";