mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
fix line ending
This commit is contained in:
parent
d21a0384fa
commit
dd07cf5fef
|
@ -48,7 +48,6 @@ function removeFolderFiles($folder) {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
if (!isset($_POST["folderid"]) || !is_numeric($_POST["folderid"]) || intval($_POST["folderid"])<1) {
|
||||
UI::exitError(getMLText("admin_tools"),getMLText("invalid_folder_id"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user