Normalize execution guards in imap plugin files.

This commit is contained in:
Brion Vibber
2010-10-08 11:01:13 -07:00
parent 69b13cb279
commit e23ad7392f
2 changed files with 7 additions and 1 deletions

View File

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