mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
Remove redundant jump/return
This commit is contained in:
@@ -48,7 +48,6 @@ function removeDirectory($path) {
|
|||||||
is_dir($file) ? removeDirectory($file) : unlink($file);
|
is_dir($file) ? removeDirectory($file) : unlink($file);
|
||||||
}
|
}
|
||||||
rmdir($path);
|
rmdir($path);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_user_agent() {
|
function get_user_agent() {
|
||||||
|
|||||||
Reference in New Issue
Block a user