$(tr 'Call system commands')
include tpl/login.sh
login || return
?>
include "tpl/commands/$GET_section/"*.sh ?>
if [ -e /tmp/webserver.command ]; then
sh /tmp/webserver.command 2>&1 | weblog
rm /tmp/webserver.command
fi
if [ -n "$GET_command" ]; then
echo "$GET_command" > /tmp/webserver.command
echo ""
fi
?>