summaryrefslogtreecommitdiff
path: root/server/core/App.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-03-23 15:46:57 +0100
committerYoggzo <yogg@epsina.com>2016-03-23 15:46:57 +0100
commitdcf0d8b2ba2547720215f7de55a747bf7ec47a0b (patch)
treeb1a2509a91d29ee8bebd83367a286cbe30af0931 /server/core/App.php
parentdb2c1490b3e7a9be5ce8cbee37f772a1bd4f2268 (diff)
begining of automating tasks
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){