Forgot a semicolon...
This commit is contained in:
parent
b42b9028ed
commit
1783860872
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$apipath = "lib/oebbApi.php";
|
$apipath = "lib/oebbApi.php";
|
||||||
$pqpath = "lib/phpQuery-onefile.php"
|
$pqpath = "lib/phpQuery-onefile.php";
|
||||||
|
|
||||||
// --------------------------------------
|
|
||||||
|
|
||||||
require_once($apipath);
|
|
||||||
require_once($pqpath);
|
|
||||||
|
|
Loading…
Reference in a new issue