фиксы обновления
This commit is contained in:
parent
7b87e8b16d
commit
8d53dc5f8f
|
|
@ -12,4 +12,5 @@ HOST=`jq -r .web.host $CFGFILE`
|
|||
PORT=`jq -r .web.port $CFGFILE`
|
||||
#TODO FIXME !!!!
|
||||
killall php
|
||||
cd $ROOT
|
||||
php -S $HOST:$PORT $ROOT/server.php
|
||||
|
|
@ -13,10 +13,6 @@ class Updates implements IPluggable
|
|||
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
return file_get_contents(__DIR__ . "/plugin.js");
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue