move url shortener superclass to lib from plugin
This commit is contained in:
parent
9c0c9863d5
commit
869a6be0f5
@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
|
||||
|
||||
class BitlyUrlPlugin extends UrlShortenerPlugin
|
||||
{
|
||||
public $serviceUrl;
|
||||
|
@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
|
||||
|
||||
class LilUrlPlugin extends UrlShortenerPlugin
|
||||
{
|
||||
public $serviceUrl;
|
||||
|
@ -30,7 +30,6 @@
|
||||
if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
|
||||
|
||||
class PtitUrlPlugin extends UrlShortenerPlugin
|
||||
{
|
||||
|
@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
|
||||
|
||||
class SimpleUrlPlugin extends UrlShortenerPlugin
|
||||
{
|
||||
public $serviceUrl;
|
||||
|
@ -31,8 +31,6 @@ if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR.'/plugins/UrlShortener/UrlShortenerPlugin.php';
|
||||
|
||||
class TightUrlPlugin extends UrlShortenerPlugin
|
||||
{
|
||||
public $serviceUrl;
|
||||
|
Loading…
Reference in New Issue
Block a user