Ignore:
Timestamp:
Dec 18, 2006 7:18:55 AM (18 years ago)
Author:
quinn
Message:

Q - fixed bug relating to strtotime usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.2/lib/Upload.inc.php

    r118 r220  
    6060            // Enforce valid upload_path parameter.
    6161            if (isset($params['upload_path'])) {
    62                 $params['upload_path'] = realpath($params['upload_path']);
     62                // $params['upload_path'] = realpath($params['upload_path']);
     63                $params['upload_path'] = $params['upload_path'];
    6364                // Must be directory.
    6465                if (!is_dir($params['upload_path'])) {
Note: See TracChangeset for help on using the changeset viewer.