/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 patches/riku-weather/services/update/riku.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

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();
6
 
        
7
 
            return array(
8
 
                "xml" => "services/riku.php?$query",
9
 
                "xslt" => "riku"
10
 
            );
11
 
    }
12
 
    return false;
13
 
}
14
 
 
15
 
 
16
 
?>
 
 
b'\\ No newline at end of file'