define LACONICA and accept LACONICA for backwards compatibility

This commit is contained in:
Evan Prodromou
2009-08-26 10:41:36 -04:00
parent 434abed511
commit df86aa7214
258 changed files with 259 additions and 253 deletions

View File

@@ -28,7 +28,7 @@
* @link http://status.net/
*/
if (!defined('STATUSNET')) {
if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}