These conduit methods SHOULD allow unguarded writes.
This commit is contained in:
@@ -27,7 +27,7 @@ class ConduitAPI_daemon_launched_Method extends ConduitAPIMethod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAllowUnguardedWrites() {
|
public function shouldAllowUnguardedWrites() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMethodDescription() {
|
public function getMethodDescription() {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class ConduitAPI_daemon_log_Method extends ConduitAPIMethod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAllowUnguardedWrites() {
|
public function shouldAllowUnguardedWrites() {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMethodDescription() {
|
public function getMethodDescription() {
|
||||||
|
|||||||
Reference in New Issue
Block a user