5 lines
74 B
PHP
5 lines
74 B
PHP
|
<?php
|
||
|
$active = false;
|
||
|
$consumer_key = 'asdf';
|
||
|
$consumer_secret = 'qwer';
|