diff options
Diffstat (limited to 'lib/error.php')
-rw-r--r-- | lib/error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.php b/lib/error.php index e7bba8a47..0c521db08 100644 --- a/lib/error.php +++ b/lib/error.php @@ -29,7 +29,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |