[index] Use single quotes instead of double quotes
This commit is contained in:
parent
f2d02a4187
commit
ccd8af09b9
1 changed files with 16 additions and 16 deletions
32
index.php
32
index.php
|
@ -84,22 +84,22 @@ ini_set('user_agent', $userAgent);
|
||||||
|
|
||||||
// default whitelist
|
// default whitelist
|
||||||
$whitelist_default = array(
|
$whitelist_default = array(
|
||||||
"BandcampBridge",
|
'BandcampBridge',
|
||||||
"CryptomeBridge",
|
'CryptomeBridge',
|
||||||
"DansTonChatBridge",
|
'DansTonChatBridge',
|
||||||
"DuckDuckGoBridge",
|
'DuckDuckGoBridge',
|
||||||
"FacebookBridge",
|
'FacebookBridge',
|
||||||
"FlickrExploreBridge",
|
'FlickrExploreBridge',
|
||||||
"GooglePlusPostBridge",
|
'GooglePlusPostBridge',
|
||||||
"GoogleSearchBridge",
|
'GoogleSearchBridge',
|
||||||
"IdenticaBridge",
|
'IdenticaBridge',
|
||||||
"InstagramBridge",
|
'InstagramBridge',
|
||||||
"OpenClassroomsBridge",
|
'OpenClassroomsBridge',
|
||||||
"PinterestBridge",
|
'PinterestBridge',
|
||||||
"ScmbBridge",
|
'ScmbBridge',
|
||||||
"TwitterBridge",
|
'TwitterBridge',
|
||||||
"WikipediaBridge",
|
'WikipediaBridge',
|
||||||
"YoutubeBridge");
|
'YoutubeBridge');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue