removed eronius comment
[ga4php.git] / unittests / createuser.php
index 7b037a4..06736c4 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once("../lib/lib.php");
+require_once("../lib/ga4php.php");
 
 $dbfile = "/tmp/db.sqlite";
 
@@ -14,4 +14,4 @@ system("qrencode -s 6 -o /tmp/file.unittest $url");
 system("eog /tmp/file.unittest");
 unlink("/tmp/file.unittest");
 
-?>
\ No newline at end of file
+?>