v0.4.4-devel #41
13
basic-test.php
Normal file
13
basic-test.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>TEST_ONLY</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<?php
|
||||||
|
require './php/submitIssue.php';
|
||||||
|
|
||||||
|
echo cleanInput($_SERVER['QUERY_STRING']);
|
||||||
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -6,7 +6,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<?php
|
<?php
|
||||||
require './php/openLDBSVWS.php';
|
require './php/openLDBSVWS.php';
|
||||||
|
require './php/submitIssue.php';
|
||||||
require '/srv/php-keys/athena/gitea.php';
|
require '/srv/php-keys/athena/gitea.php';
|
||||||
|
|
||||||
|
echo cleanInput($_SERVER['QUERY_STRING']);
|
||||||
|
|
||||||
date_default_timezone_set("Europe/London");
|
date_default_timezone_set("Europe/London");
|
||||||
$OpenLDBSVWS = new OpenLDBSVWS($ldbKey);
|
$OpenLDBSVWS = new OpenLDBSVWS($ldbKey);
|
||||||
$response = $OpenLDBSVWS->GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
|
$response = $OpenLDBSVWS->GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
|
||||||
|
Reference in New Issue
Block a user