]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/File.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / classes / File.php
index 063c164257d24899cd3fe80ac9587337a6fda2af..0cebfc55e33563a68e67625f19a786959feb2ab5 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.'/classes/Memcached_DataObject.php';
 require_once INSTALLDIR.'/classes/File_redirection.php';