фиксы обновления

This commit is contained in:
kirillius 2024-12-26 12:37:56 +03:00
parent 7b87e8b16d
commit 8d53dc5f8f
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -13,10 +13,6 @@ class Updates implements IPluggable
}
public function render()
{
return file_get_contents(__DIR__ . "/plugin.js");
}
public function init()
{