Allow : for logo URL
This commit is contained in:
parent
230352ddbc
commit
794bf6c869
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue