From 7b22832377007621eb3aa33186c8b23332f27f02 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 16 Nov 2010 22:38:49 +0000 Subject: Avoid exec() and use php calls. --- usr/local/www/widgets/widgets/system_information.widget.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'usr/local/www/widgets/widgets/system_information.widget.php') diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php index b808fde..9604461 100644 --- a/usr/local/www/widgets/widgets/system_information.widget.php +++ b/usr/local/www/widgets/widgets/system_information.widget.php @@ -87,15 +87,11 @@ $curcfg = $config['system']['firmware']; Version - () + ()
built on
-
+

Obtaining update status...
@@ -271,7 +267,7 @@ $curcfg = $config['system']['firmware']; $('updatestatus').innerHTML = transport.responseText; } function swapuname() { - $('uname').innerHTML=""; + $('uname').innerHTML=""; } setTimeout('getstatus()', 4000); -- cgit v1.1