Fix merge conflict

This commit is contained in:
Marcus Hill 2022-05-01 18:51:53 +01:00
parent 705060d1df
commit fd6051646c
1 changed files with 2 additions and 1 deletions

View File

@ -405,9 +405,10 @@ function getDomainExpirationDate($name){
return '0000-00-00';
}
function clean_file_name($string){
$string = strtolower($string);
// Gets rid of spaces
$clean_file_name = preg_replace('/\s/', '', $string);