mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fixed a few bugs, and added support for dirverify
This commit is contained in:
parent
9d0314b195
commit
895c9ba0f3
@ -82,7 +82,7 @@
|
||||
$basedir = $phpgw_info["server"]["files_dir"] . $sep . "users" . $sep;
|
||||
|
||||
if (! @mkdir($basedir . $n_loginid, 0707)) {
|
||||
$cd = 36;
|
||||
// $cd = 36;
|
||||
} else {
|
||||
$cd = 28;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user