forked from GNUsocial/gnu-social
Latest phpseclib stuff and moved into its own dir.
Source: https://github.com/phpseclib/phpseclib/ Commit: 77447a3fc7869773007fa3beeb8d6f8de842ec2a There were bugs.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
if (!defined('GNUSOCIAL')) { exit(1); }
|
||||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/');
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/phpseclib');
|
||||
|
||||
class FeedSubException extends Exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user