Changeset 266 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 16, 2014 9:53:41 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

    r265 r266  
    26592659                        echo "3";
    26602660        }
    2661      
     2661      die();
    26622662      else if (!is_dir($directory))
    26632663      {
    2664           echo "4";
     2664         
    26652665                $error = 'File upload path "%s" exists, but is not a directory';
    26662666        $error = sprintf($error, $directory);
     
    26692669      else if (!is_writable($directory))
    26702670      {
    2671           echo "5";
     2671         
    26722672                $error = 'File upload path "%s" is not writable';
    26732673        $error = sprintf($error, $directory);
Note: See TracChangeset for help on using the changeset viewer.