/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to services/update/download.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
function ADEIServiceGetUpdateInfo(REQUEST $req) {
 
4
    return array(
 
5
          "xml" => "services/download.php?target=dlmanager_list",
 
6
          "xslt" => "download"
 
7
    );
 
8
}
 
9
 
 
10
?>