Update url

This commit is contained in:
Scott Ullrich 2008-10-26 01:05:46 +00:00
parent 37ca49b426
commit 7a97eaefd9

View File

@ -47,7 +47,7 @@ include("head.inc");
<script type="text/javascript">
function getcpuactivity() {
scroll(0,0);
var url = "/diag_cpu_activity.php";
var url = "/diag_system_activity.php";
var pars = 'getactivity=yes';
var myAjax = new Ajax.Request(
url,
@ -84,7 +84,7 @@ include("head.inc");
<tr>
<td>
<div name='cpuactivitydiv' id='cpuactivitydiv'>
Gathering CPU activity, please wait...
<b>Gathering CPU activity, please wait...
</div>
</td>
</tr>