mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 26fc2d41f912e79abe162c3c2642d41f52c4a277
parent 4cf437e623ddcb416750dfc6aa3f09f18e5bc72a
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 27 Jun 2016 15:29:50 +0200

Yellow API update

Diffstat:
Myellow.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yellow.php b/yellow.php @@ -11,7 +11,7 @@ if(PHP_SAPI != "cli") } else { $yellow = new YellowCore(); $yellow->plugins->load(); - $statusCode = $yellow->command("commandline", $argv[1], $argv[2], $argv[3], $argv[4], $argv[5], $argv[6], $argv[7]); + $statusCode = $yellow->command($argv[1], $argv[2], $argv[3], $argv[4], $argv[5], $argv[6], $argv[7]); exit($statusCode<400 ? 0 : 1); } ?> \ No newline at end of file