mv mod_install to mod_setup, conflict with name of install dir

This commit is contained in:
friendica
2012-11-03 14:59:46 -07:00
parent 7915e597ec
commit f5b1eee177
6 changed files with 10 additions and 10 deletions

View File

@@ -120,7 +120,7 @@ if(! x($_SESSION,'sysmsg_info'))
if($install)
$a->module = 'install';
$a->module = 'setup';
else
check_config($a);