From f5b1eee1779e678cd540651bfee73e7126a0c583 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 Nov 2012 14:59:46 -0700 Subject: mv mod_install to mod_setup, conflict with name of install dir --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 6baf26f12..ba1244dcd 100644 --- a/index.php +++ b/index.php @@ -120,7 +120,7 @@ if(! x($_SESSION,'sysmsg_info')) if($install) - $a->module = 'install'; + $a->module = 'setup'; else check_config($a); -- cgit v1.2.3