/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/update/slowcontrol.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-01-31 04:54:46 UTC
  • Revision ID: csa@dside.dyndns.org-20090131045446-e2u52332uayw5u9m
Various fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
function ADEIServiceGetUpdateInfo(REQUEST $req) {
 
4
    if ($req->CheckData()) {
 
5
            $query = $req->GetQueryString($extra = array(
 
6
                "target" => "status",
 
7
                "time_format" => "text"
 
8
            ));
 
9
        
 
10
            return array(
 
11
                "xml" => "services/control.php?$query",
 
12
                "xslt" => "controlinfo"
 
13
            );
 
14
    }
 
15
    return false;
 
16
}
 
17
 
 
18
 
 
19
?>
 
 
b'\\ No newline at end of file'