Fix up profile tmeplate just a bit.
This commit is contained in:
+1
-2
@@ -11439,10 +11439,9 @@ EOF
|
||||
# Always add commented examples for guidance
|
||||
print TEMPLATE "# \n";
|
||||
print TEMPLATE "# Examples (uncomment and edit to use):\n";
|
||||
print TEMPLATE "# custom_field = GitHub = yourusername\n";
|
||||
print TEMPLATE "# custom_field = XMPP = you.xmpp.domain\n";
|
||||
print TEMPLATE "# custom_field = Matrix = \@you:matrix.org\n";
|
||||
print TEMPLATE "# custom_field = Blog = https://myblog.com\n";
|
||||
print TEMPLATE "# custom_field = Website = https://yoursite.com\n";
|
||||
|
||||
close(TEMPLATE);
|
||||
chmod(0600, $profile_path); # Keep private
|
||||
|
||||
Reference in New Issue
Block a user