modified: bufferapp.php Now begins with <?php instead of <?, stops a php5.6 problem.

This commit is contained in:
Keith Fernie 2015-01-19 19:46:37 +00:00
parent 1ef533e555
commit b3fef08d41
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
class BufferApp {
private $client_id;
private $client_secret;