Add testing scripts
This commit is contained in:
parent
fd78ef1284
commit
268facd3e7
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>
|
||||
<?php
|
||||
require './php/openLDBSVWS.php';
|
||||
require './php/submitIssue.php';
|
||||
require '/srv/php-keys/athena/gitea.php';
|
||||
|
||||
echo cleanInput($_SERVER['QUERY_STRING']);
|
||||
|
||||
date_default_timezone_set("Europe/London");
|
||||
$OpenLDBSVWS = new OpenLDBSVWS($ldbKey);
|
||||
$response = $OpenLDBSVWS->GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
|
||||
|
Reference in New Issue
Block a user