]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/api.php
update version in README, add note about status.net
[quix0rs-gnu-social.git] / actions / api.php
index 91f30e87abac9f919f180336c5f162ae1f2d6762..93e33085f93346bb2474dc6c856693d0624a22ac 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); }
 
 class ApiAction extends Action
 {