Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-10-08 11:47:50 -07:00
38 changed files with 134 additions and 31 deletions

View File

@@ -17,7 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
if (!defined('STATUSNET')) {
exit(1);
}
class IMAPMailHandler extends MailHandler
{

View File

@@ -29,6 +29,10 @@
* @link http://status.net/
*/
if (!defined('STATUSNET')) {
exit(1);
}
class ImapManager extends IoManager
{
protected $conn = null;