From b6cfd2dffeeb733f07818db5f4ce11d4b3d51771 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 May 2008 15:26:48 -0400 Subject: license block for source code Added GNU Affero GPL license block to source code. Added name "LACONICA". I think it should work fine. darcs-hash:20080514192648-84dde-a430dc438a4e3741c62ccf30ee7f85ecc968b159.gz --- index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ee17b73d0..812239e3d 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,24 @@ . + */ define('INSTALLDIR', dirname(__FILE__)); -define('MICROBLOG', true); +define('LACONICA', true); require_once(INSTALLDIR . "/common.php"); @@ -14,7 +31,7 @@ if (file_exists($actionfile)) { if (function_exists($action_function)) { call_user_func($action_function); } else { - // redirect to main + common_user_error(_t('Unknown action')); } ?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf