diff options
Diffstat (limited to 'actions/block.php')
-rw-r--r-- | actions/block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/block.php b/actions/block.php index 9687783a8..2441c6fba 100644 --- a/actions/block.php +++ b/actions/block.php @@ -28,7 +28,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET')) { exit(1); } |