~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to getEvents.php

  • Committer: V. Keith Hughitt
  • Date: 2008-07-09 18:59:47 UTC
  • Revision ID: hughitt1@kore-20080709185947-lsdp2jwnuc1bs5nd
nightly build 07-09-2008: re-writing db population script to fix errors during tile processing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
    header("Content-type: application/json");
3
 
    $url = "http://localhost:8080/Dispatcher/resources/eventCatalogs?" . $_SERVER['QUERY_STRING'];
 
3
    //$url = "http://localhost:8080/Dispatcher/resources/eventCatalogs?" . $_SERVER['QUERY_STRING'];
 
4
    $url = "http://141.3.69.108:8080/Dispatcher/resources/eventCatalogs?" . $_SERVER['QUERY_STRING'];
4
5
    echo file_get_contents($url);
5
6
?> 
 
 
b'\\ No newline at end of file'