modified: bufferapp.php Now begins with <?php instead of <?, stops a php5.6 problem.
parent
1ef533e555
commit
b3fef08d41
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
class BufferApp {
|
class BufferApp {
|
||||||
private $client_id;
|
private $client_id;
|
||||||
private $client_secret;
|
private $client_secret;
|
||||||
|
|
Loading…
Reference in New Issue