Suppression debug
This commit is contained in:
parent
a7cc1cf7c1
commit
c7868d3b6a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user