Ï solved some issues in installer

This commit is contained in:
Paula V. Quispe
2015-05-06 16:03:49 -04:00
parent 24d493bd2c
commit 4635782949

View File

@@ -321,8 +321,8 @@ class Installer extends Controller
G::verifyPath( $aux['dirname'], true );
if (is_dir( $aux['dirname'] )) {
if (! file_exists( $_REQUEST['pathLogFile'] )) {
@file_put_contents( $pathLogFile, '' );
@chmod($pathShared, 0770);
@file_put_contents( $_REQUEST['pathLogFile'], '' );
@chmod($_REQUEST['pathShared'], 0770);
}
}
}