Forgot a semicolon...

This commit is contained in:
Klaus-Uwe Mitterer 2016-08-20 22:02:41 +02:00
parent b42b9028ed
commit 1783860872
1 changed files with 1 additions and 5 deletions

View File

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