summaryrefslogtreecommitdiff
path: root/server/core/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/App.php')
-rwxr-xr-xserver/core/App.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/core/App.php b/server/core/App.php
index 6970e5f..10813bd 100755
--- a/server/core/App.php
+++ b/server/core/App.php
@@ -116,6 +116,12 @@ class App{
return $this->postParams[$name];
}
+
+ public function setPostParam($name, $value){
+
+ $this->postParams[$name]= $value;
+
+ }
public function setOutput($key, $out){