Ignore:
Timestamp:
Apr 14, 2017 5:59:29 AM (7 years ago)
Author:
anonymous
Message:

Add notification to user if logged out because of shifting IP address. Minor bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Upload.inc.php

    r558 r593  
    300300
    301301            // Clean the file name of bad characters.
    302             $file_name = cleanFileName($file_name);
     302            $file_name = self::cleanFileName($file_name);
    303303
    304304            // FINAL path and file name, lowercase extension.
Note: See TracChangeset for help on using the changeset viewer.