Allow : for logo URL

This commit is contained in:
phl0 2017-11-02 22:31:06 +01:00
parent 230352ddbc
commit 794bf6c869
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

@ -45,7 +45,7 @@ function isProcessRunning($processname) {
}
function clean($string) {
return preg_replace('/[^A-Za-z0-9\-\/\ \.\_\>\&]/', '', $string); // Removes special chars.
return preg_replace('/[^A-Za-z0-9:\-\/\ \.\_\>\&]/', '', $string); // Removes special chars.
}
function createConfigLines() {