/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
<?php

function ADEIServiceGetUpdateInfo(REQUEST $req) {
    return array(
	  "xml" => "services/download.php?target=dlmanager_list",
	  "xslt" => "download"
    );
}

?>