]> git.p6c8.net - devedit.git/blobdiff - modules/Command.pm
file_read() is now able to open a file in binary mode (maybe we will need it)
[devedit.git] / modules / Command.pm
index 4cea462504b7482fbf539576a6f3d0d9239f079c..8ffc7657a7d06c3ca44887281a2578feacde7201 100644 (file)
@@ -374,7 +374,7 @@ sub exec_endedit($$)
 
  if(file_save($physical,\$content))
  {
 
  if(file_save($physical,\$content))
  {
-  # Saving of the file was successful!
+  # The file was successfully saved!
 
   return devedit_reload({command => 'show', file => $dir});
  }
 
   return devedit_reload({command => 'show', file => $dir});
  }
@@ -464,7 +464,7 @@ sub exec_mkdir($$)
 
 # exec_upload()
 #
 
 # exec_upload()
 #
-# Upload a file
+# Process a file upload
 #
 # Params: 1. Reference to user input hash
 #         2. Reference to config hash
 #
 # Params: 1. Reference to user input hash
 #         2. Reference to config hash
@@ -921,7 +921,8 @@ sub exec_about($$)
 
  $tpl->fillin('PID',$$);
 
 
  $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)
  {
 
  if($users)
  {

patrick-canterino.de