/adei/ui

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

« back to all changes in this revision

Viewing changes to services/getdata.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
require("../adei.php");
 
3
 
 
4
try {
 
5
    $export = new EXPORT();
 
6
    $export->Export();
 
7
} catch(ADEIException $e) {
 
8
    echo "ERROR: " . $e->getMessage();
 
9
}
 
10
 
 
11
?>
 
 
b'\\ No newline at end of file'