diff options
Diffstat (limited to 'actions/unblock.php')
-rw-r--r-- | actions/unblock.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/unblock.php b/actions/unblock.php index e4dbf4ca7..43f454340 100644 --- a/actions/unblock.php +++ b/actions/unblock.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); } |