Suppression debug

This commit is contained in:
Michael RICOIS 2011-04-26 10:15:53 +00:00
parent a7cc1cf7c1
commit c7868d3b6a

View File

@ -57,8 +57,8 @@ function isRoot()
function changePermission()
{
passthru('chown -vR www-data: '.realpath(dirname(__FILE__).'/../'));
passthru('chmod -vR +x '.realpath(dirname(__FILE__).'/../batch/').'/*.php');
passthru('chown -R www-data: '.realpath(dirname(__FILE__).'/../'));
passthru('chmod -R +x '.realpath(dirname(__FILE__).'/../batch/').'/*.php');
}
function changePrimarySymlink()