fixed path to lib

This commit is contained in:
Maurits van der Schee 2016-02-09 22:32:03 +01:00
commit e3da703651

View file

@ -1,5 +1,5 @@
<?php
require "php_crud_api_transform.php";
require "../lib/php_crud_api_transform.php";
function call($method, $url, $data = false) {
$ch = curl_init();