diff options
| author | Yoggzo <yogg@epsina.com> | 2016-03-23 15:46:57 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-03-23 15:46:57 +0100 |
| commit | dcf0d8b2ba2547720215f7de55a747bf7ec47a0b (patch) | |
| tree | b1a2509a91d29ee8bebd83367a286cbe30af0931 /server/core/App.php | |
| parent | db2c1490b3e7a9be5ce8cbee37f772a1bd4f2268 (diff) | |
begining of automating tasks
Diffstat (limited to 'server/core/App.php')
| -rwxr-xr-x | server/core/App.php | 6 |
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){
|
