Blame view

frontend/web/windguru_forecast_test.php 531 Bytes
c7f222e2   Artem   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html>
  <head>
  <title>WindGURU forecast TEST</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <link rel="stylesheet" href="wg_images/wgstyle.css" type="text/css"/>
  </head>
  <body>
  <?php
  error_reporting (E_ALL); 
  require_once( __DIR__.'/../../vendor/windguru-1.7/windguru.inc.php');  // this will load the necessary classes
  
  windguru_forecast(129840,'2aca4eb3fb');
  
  ?>
  </body>
  </html>