mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Add error pages, fix error handling and PHP conf
This commit is contained in:
@@ -40,8 +40,8 @@ class module_console_systemClearCache extends Command
|
||||
->exclude('.git')
|
||||
->exclude('.svn')
|
||||
->in(array(
|
||||
__DIR__ . '/../../../../tmp/cache_minify/',
|
||||
__DIR__ . '/../../../../tmp/cache_twig/'
|
||||
$this->container['root.path'] . '/tmp/cache_minify/',
|
||||
$this->container['root.path'] . '/tmp/cache_twig/'
|
||||
));
|
||||
|
||||
$filesystem = new Filesystem();
|
||||
|
Reference in New Issue
Block a user