mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix merge conflict
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user