Move orignal oebbApi and phpQuery to lib directory

This commit is contained in:
Klaus-Uwe Mitterer 2016-08-20 21:17:22 +02:00
parent 6a9fa3917f
commit 7defada6d5
5 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,9 @@
<?php
$apipath = "oebbApi_v0.3.php";
$apipath = "lib/oebbApi.php";
$pqpath = "lib/phpQuery-onefile.php"
// --------------------------------------
require_once($apipath);
require_once($pqpath);