mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 00:46:44 +01:00
Fix della funzione create_dir
This commit is contained in:
parent
d0cc59019e
commit
e43cdb0998
@ -889,5 +889,5 @@ function redirectOperation()
|
||||
|
||||
function create_dir($path)
|
||||
{
|
||||
return create_dir($path, 0777, true);
|
||||
return mkdir($path, 0777, true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user