diff options
author | millette <millette@controlyourself.ca> | 2008-11-07 14:47:35 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-07 14:47:35 -0500 |
commit | 4eecefb54808019a6181482288dcbdb095f39649 (patch) | |
tree | 2bce52261819a489d803cadb7c5ba55fb57a35d3 /actions | |
parent | 4abd5a6ed955d3c6b8ebd84c5714ed88f40ea043 (diff) |
trac31 added 3 more short url services: ur1.ca, 2tu.ru and ptiturl.com
darcs-hash:20081107194735-099f7-fe1ef28b4d36e5dde9e6addc287ad22946b060cd.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/othersettings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php index d87f256fa..4e28a94f8 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -42,6 +42,9 @@ class OthersettingsAction extends SettingsAction { $services = array( '' => 'None', + 'ur1.ca' => 'ur1.ca (free)', + '2tu.ru' => '2tu.ru (free)', + 'ptiturl.com' => 'ptiturl.com', 'tinyurl.com' => 'tinyurl.com', 'is.gd' => 'is.gd', 'snipr.com' => 'snipr.com', |