-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,7 @@ if (!$anything) { | |
} | ||
|
||
&save_domain($d); | ||
&refresh_webmin_user($d); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
iliajie
Collaborator
|
||
&release_lock_logrotate($d) if ($d->{'logrotate'}); | ||
&release_lock_dns($d); | ||
&release_lock_web($d); | ||
|
2 comments
on commit 4c6068a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the record, this addresses: #290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I ran deeper tests and there are more issues.
It's not very clear how updating Webmin user has anything to do with PHP. Does it also update some files permissions?