update policy file

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
development
kim (grufwub) 4 years ago
parent 230a979993
commit f155e76661

@ -11,7 +11,8 @@ func generatePolicyHeader(name string) string {
text := "# This is an automatically generated" + "\r\n"
text += "# server policy file: " + name + "\r\n"
text += "#" + "\r\n"
text += "# BlackLivesMatter" + "\r\n"
text += "# ACAB"
text += "# BlackLivesMatter\r\n"
return text
}
@ -27,9 +28,6 @@ func generateCapsTxt(desc, admin, geo string) []byte {
text += "PathDelimeter=/" + "\r\n"
text += "PathIdentity=." + "\r\n"
text += "PathParent=.." + "\r\n"
text += "PathParentDouble=FALSE" + "\r\n"
text += "PathEscapeCharacter=\\" + "\r\n"
text += "PathKeepPreDelimeter=FALSE" + "\r\n"
text += "\r\n"
text += "ServerSoftware=Gophi" + "\r\n"
text += "ServerSoftwareVersion=" + core.Version + "\r\n"

Loading…
Cancel
Save