]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/command.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / lib / command.php
index eac4b2cd9716189537480ca71b530565e2f926ee..91a20b81092922abc8769df91b274ff95271dc3f 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('STATUSNET')) { exit(1); }
+if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/channel.php');