Syntax corrections

This commit is contained in:
Romain Neutron
2011-12-27 15:51:19 +01:00
parent 1617d3e561
commit 2c850bf74f
13 changed files with 17 additions and 17 deletions

View File

@@ -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)