adding extlib for Crypt_RSA

This commit is contained in:
James Walker 2010-02-22 01:39:00 -05:00
parent 273c0e0363
commit effa4f5d1e
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/');
class FeedSubException extends Exception
{
}