diff options
| author | 2016-01-19 19:46:40 +0100 | |
|---|---|---|
| committer | 2016-01-19 19:46:40 +0100 | |
| commit | 9b842f9909807fb615e5fb52149903272d9ae101 (patch) | |
| tree | e07dc2a51e4d7cd213eba275a357180d7b42758b | |
| parent | 9637e018bf0bdd17ecfabe825cb12ea9a67d7553 (diff) | |
Update shares.php
| -rw-r--r-- | data/shares.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/shares.php b/data/shares.php index 55ef08ec4..264c8fed7 100644 --- a/data/shares.php +++ b/data/shares.php @@ -75,4 +75,9 @@ return array( 'transform' => array(), 'form' => 'simple', ), + 'jdh' => array( + 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~', + 'transform' => array('rawurlencode'), + 'form' => 'simple', + ), ); |
