Normalize execution guards on OStatus php files; mostly helps cut down on annoying 'class not found' errors when something spiders the dirs. :P

This commit is contained in:
Brion Vibber
2010-10-08 10:42:59 -07:00
parent f62e7c461f
commit 69b13cb279
22 changed files with 78 additions and 11 deletions

View File

@@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if (!defined('STATUSNET')) {
exit(1);
}
/**
* Send a Salmon notification in the background.
* @package OStatusPlugin