From 7bee460df28bcd956206c3719e091fb500e3045d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 4 Oct 2012 23:05:45 -0700 Subject: provide auto admin registration as before, but allow the current admin to create other admins --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/install.php') diff --git a/mod/install.php b/mod/install.php index 722b1f342..a6ca48b61 100755 --- a/mod/install.php +++ b/mod/install.php @@ -6,7 +6,7 @@ $install_wizard_pass=1; function install_init(&$a){ // $baseurl/install/testrwrite to test if rewite in .htaccess is working - if ($a->argc==2 && $a->argv[1]=="testrewrite") { + if (argc() ==2 && argv(1)=="testrewrite") { echo "ok"; killme(); } -- cgit v1.2.3