Changeset 269


Ignore:
Timestamp:
Oct 16, 2014 9:56:01 AM (11 years ago)
Author:
quyenla
Message:

lala

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/cache/platform/prod/config/config_core_compile.yml.php

    r268 r269  
    26602660                $error = 'File upload path "%s" exists, but is not a directory';
    26612661        $error = sprintf($error, $directory);
     2662         echo "2";die();
    26622663        throw new sfFileException($error);
    26632664      }
     
    26662667                $error = 'File upload path "%s" is not writable';
    26672668        $error = sprintf($error, $directory);
     2669         echo "3";die();
    26682670        throw new sfFileException($error);
    26692671      }
    26702672      if (@move_uploaded_file($this->getFileValue($name, 'tmp_name'), $file))
    26712673      {
     2674           echo "4";die();
    26722675                @chmod($file, $fileMode);
    26732676        return true;
Note: See TracChangeset for help on using the changeset viewer.