if ($incAbout != $gincAbout1) {
        changefile("phpWebPlanConfig.php", "\$incDataAbout", $gincAbout1);
        print "<BR>{$gConfIncAbout} {$gConfChangedMSG} {$gincAbout1}.";
    }
    if ($incHelp != $gincHelp1) {
        changefile("phpWebPlanConfig.php", "\$incDataHelp", $gincHelp1);
        print "<BR>{$gConfIncHelp} {$gConfChangedMSG} {$gincHelp1}.";
    }
    if ($gTemplatePath != $gTemplatePath1) {
        changefile("phpWebPlanConfig.php", "\$gTemplatePath", $gTemplatePath1);
        print "<BR>{$gConfTempPath} {$gConfChangedMSG} {$gTemplatePath1}.";
    }
    if ($gSearchBox != $gSearchBox1) {
        changefile("phpWebPlanConfig.php", "\$gSearchBox", $gSearchBox1);
        print "<BR>{$gConfTempSearch} {$gConfChangedMSG} {$gSearchBox1}.";
    }
    if ($gProfile != $gProfile1) {
        changefile("phpWebPlanConfig.php", "\$gProfile", $gProfile1);
        print "<BR>{$gConfTempProfile} {$gConfChangedMSG} {$gProfile1}.";
    }
    if ($gLoginAdmin != $gLoginAdmin1) {
        changefile("phpWebPlanConfig.php", "\$gLoginAdmin", $gLoginAdmin1);
        print "<BR>{$gConfTempAdmin} {$gConfChangedMSG} {$gLoginAdmin1}.";
    }
    if ($gUserSignup != $gUserSignup1) {
        changefile("phpWebPlanConfig.php", "\$gUserSignup", $gUserSignup1);
        print "<BR>{$gConfTempSignup} {$gConfChangedMSG} {$gUserSignup1}.";
    }
    print "<BR><BR><A HREF=\"{$gScriptMain}\">{$mTextBTM}</A><BR>";
    print "{$gFooter}";
}
                print "<BR>{$gUserConfHome} {$gConfChangedMSG} {$ProfileHomepage1}.";
            }
            if (!empty($ProfileHobbies1) && $ProfileHobbies != $gProfileHobbies1) {
                changefile("{$EditPlan}", "\$ProfileHobbies", $ProfileHobbies1);
                print "<BR>{$gUserConfHobbies} {$gConfChangedMSG} {$ProfileHobbies1}.";
            }
            if ($ProfileImageLocal != $gImageLocal) {
                changefile("{$EditPlan}", "\$ProfileImageLocal", $gImageLocal);
                // do not print, global variable		print "<BR>$gUserConfImage $gConfChangedMSG $ProfileImageLocal1.";
            }
            if (!empty($ProfileImagePath) && $ProfileImageURL != $ProfileImageURL1) {
                changefile("{$EditPlan}", "\$ProfileImageURL", $ProfileImageURL1);
                print "<BR>{$gUserConfImage} {$gConfChangedMSG} {$ProfileImageURL1}.";
            }
            if (!empty($gProfileImageURL) && $ProfileImagePath != $ProfileImagePath1) {
                changefile("{$EditPlan}", "\$ProfileImagePath", $ProfileImagePath1);
                print "<BR>{$gUserConfImage} {$gConfChangedMSG} {$ProfileImagePath1}.";
            }
            if (!empty($gProfileEditPassword) && $ProfileEditPassword != $gProfileEditPassword1) {
                changefile("{$EditPlan}", "\$ProfileEditPassword", $ProfileEditPassword1);
                print "<BR>{$gUserConfPassword} {$gConfChangedMSG} {$ProfileEditPassword1}.";
            } else {
                print "<BR>unchanged";
            }
            print "<BR><BR><A HREF=\"{$gScriptMain}\">{$mTextBTM}</A><BR>";
            print "{$gFooter}";
        }
    }
} else {
    print "";
}