code.fastix.org

Dateiansicht:

Datei:Projekte -> PHP,JavaScript:Netzlast-Ticker -> netzlast-api.php
md5:08d5d5d4d80e7c0c22c2a45f706fc132
sha1:752c17c5992b8f3d3881759530891734f11d2dac
Download-Link:Download
  1. <?php
  2. #file: netzlast-api.php
  3. header ('Content-Type:text/plain; charset="utf-8"');
  4. header('Cache-Control: no-cache, no-store, must-revalidate');
  5. header('Pragma: no-cache');
  6. header('Expires: 0');
  7. require 'netzlast.inc.php';
  8. $oNetzlast = new Netzlast();
  9. echo $oNetzlast -> getNetzlastAsJson();