/[docman2]/docman.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /docman.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by dpavlin, Mon Jul 29 14:17:05 2002 UTC revision 1.33 by dpavlin, Fri Sep 6 17:34:06 2002 UTC
# Line 1701  function Warn($text) { Line 1701  function Warn($text) {
1701    
1702                  $source = $FN_name ;                  $source = $FN_name ;
1703                  if (! file_exists($source)) {                  if (! file_exists($source)) {
1704                          Error("You must select file with browse to upload it!");                          Error("You must select file with browse to upload it!","If file is too big, you might need to modify php configuration options <tt>post_max_size</tt> and <tt>upload_max_filesize</tt>",1);
1705                  }                  }
1706    
1707                  if (HTTP_POST_VAR("FILENAME")) check_filename($FILENAME);                  if (HTTP_POST_VAR("FILENAME")) check_filename($FILENAME);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.26