1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

These conduit methods SHOULD allow unguarded writes.

This commit is contained in:
epriestley 2011-08-16 13:38:14 -07:00
parent 39b4d20ce5
commit 0964a9123f
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class ConduitAPI_daemon_launched_Method extends ConduitAPIMethod {
}
public function shouldAllowUnguardedWrites() {
return false;
return true;
}
public function getMethodDescription() {

View file

@ -27,7 +27,7 @@ class ConduitAPI_daemon_log_Method extends ConduitAPIMethod {
}
public function shouldAllowUnguardedWrites() {
return false;
return true;
}
public function getMethodDescription() {