X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/9229d49c57fb972c6058c98b94cfdb86feca2bd2..7897c609d415e2362b8c42c3b918a7ebcb5c4bda:/modules/Command.pm diff --git a/modules/Command.pm b/modules/Command.pm index 4cea462..8ffc765 100644 --- a/modules/Command.pm +++ b/modules/Command.pm @@ -374,7 +374,7 @@ sub exec_endedit($$) if(file_save($physical,\$content)) { - # Saving of the file was successful! + # The file was successfully saved! return devedit_reload({command => 'show', file => $dir}); } @@ -464,7 +464,7 @@ sub exec_mkdir($$) # exec_upload() # -# Upload a file +# Process a file upload # # Params: 1. Reference to user input hash # 2. Reference to config hash @@ -921,7 +921,8 @@ sub exec_about($$) $tpl->fillin('PID',$$); - # Check if the functions getpwuid() and getgrgid() are available + # The following information is only available on systems supporting + # users and groups if($users) {