Browse Source

Path to dir image cache Upload::dir_image_cache set to public.

master
Alexander Demidov 11 years ago
parent
commit
e137c20cd7
  1. 2
      Upload.class.php

2
Upload.class.php

@ -2,7 +2,7 @@
abstract class Upload abstract class Upload
{ {
protected static $dir_image_cache = 'media/cache/images';
public static $dir_image_cache = 'media/cache/images';
public static function getGreagwarImage($file_path) public static function getGreagwarImage($file_path)
{ {

Loading…
Cancel
Save