make media directory configurable and check media file for existence

This commit is contained in:
coderkun 2014-02-14 19:25:29 +01:00
commit f8e82453f8
2 changed files with 13 additions and 3 deletions

View file

@ -59,7 +59,8 @@
* @var array
*/
public static $dirs = array(
'locale' => 'locale'
'locale' => 'locale',
'media' => 'media'
);