X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvpsetup.php;h=11161560ce6b0f5bb6f3e4ecd60eb5856044effa;hp=a6d63acc971a45ea124d99fd8318ebd7469df7f7;hb=d6d341a5742ed8021fa768c924846e04d46156e1;hpb=2d37dc712f9986265c4061d25b3107ab62cb70a3 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";