Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
James 2012-03-26 18:39:24 -04:00
commit 0bdfa74566
4 changed files with 18 additions and 3 deletions

View file

@ -10,7 +10,7 @@ class Application_Model_Systemstatus
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_USERPWD, "admin:monit");
curl_setopt($ch, CURLOPT_USERPWD, "guest:airtime");
$result = curl_exec($ch);
curl_close($ch);