Rewrite the tags implementation. Closes #391

This commit is contained in:
James Brooks
2015-01-16 09:51:22 +00:00
parent a25b12914a
commit fcc84ba356
9 changed files with 206 additions and 6 deletions
@@ -1,5 +1,5 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@@ -26,7 +26,7 @@ return array(
|
*/
'proxies' => array(
'proxies' => [
'204.93.240.0',
'204.93.177.0',
'199.27.128.0',
@@ -46,6 +46,6 @@ return array(
'2803:f800::',
'2405:b500::',
'2405:8100::',
)
],
);
];