From: Matteo Nastasi (mop) Date: Thu, 31 Oct 2013 17:00:38 +0000 (+0100) Subject: add console 'sd' command, alias of 'shutdown' X-Git-Tag: v4.10.0^2~10 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=f5009eff767fe6316c270cb7ffa3f829323f2cd0 add console 'sd' command, alias of 'shutdown' --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index ec5abd2..973e012 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -756,7 +756,7 @@ class Sac_a_push { global_dump(); } - else if ($line == "shutdown") { + else if ($line == "shutdown" || $line == "sd") { if ($this->app->dump_data()) { return(0); }