mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Syntax corrections
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$_SERVER["DOCUMENT_ROOT"] = dirname( __FILE__ ) . '/../../../www/';
|
||||
$_SERVER["DOCUMENT_ROOT"] = __DIR__ . '/../../../www/';
|
||||
/**
|
||||
* Configuration for default Minify application
|
||||
* @package Minify
|
||||
@@ -151,7 +151,7 @@ $min_uploaderHoursBehind = 0;
|
||||
* this accordingly.
|
||||
*/
|
||||
$min_libPath = __DIR__ . '/lib';
|
||||
$min_cachePath = dirname( __FILE__ ) . '/../../../tmp/cache_minify';
|
||||
$min_cachePath = __DIR__ . '/../../../tmp/cache_minify';
|
||||
|
||||
|
||||
// try to disable output_compression (may not have an effect)
|
||||
|
Reference in New Issue
Block a user