Add newline

This commit is contained in:
Scott Ullrich 2008-10-20 22:53:40 +00:00
parent adb0c767a0
commit 332ccd2b14

View File

@ -233,7 +233,7 @@ function encrypted_configxml() {
echo "\nConfig.xml unlocked.\n";
fclose($fp);
} else {
echo "Invalid password entered. Please try again.\n";
echo "\nInvalid password entered. Please try again.\n";
}
}
}