Not able to load kiteconnect.php library

autotrader
Hi,
I just downloaded the latest version of php library and uploaded it on my ssl site. I have just put following piece of code in test.php file.

<?php
include dirname(__FILE__)."/kiteconnect.php";
?>

When I run test.php, it gives following error.

Parse error: syntax error, unexpected '[' in kiteconnect.php on line 105

I am just including the library so I dont expect any error on this stage, please help.
Sign In or Register to comment.