diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-29 20:26:00 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-29 20:26:00 -0800 |
commit | 650f882265cc0256fa85046baacca9dc6db56d24 (patch) | |
tree | 1b338dcd0a50279c6b78221b2f6b1f6dd66f088c /mod/setup.php | |
parent | a2747403f23b0a67b8b154b2526ca7f76b5d844b (diff) | |
download | volse-hubzilla-650f882265cc0256fa85046baacca9dc6db56d24.tar.gz volse-hubzilla-650f882265cc0256fa85046baacca9dc6db56d24.tar.bz2 volse-hubzilla-650f882265cc0256fa85046baacca9dc6db56d24.zip |
generalise the site black|white allow lists, also add a channel black|white list for future use
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php index e5ac25965..5c9e988d9 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -14,7 +14,7 @@ $install_wizard_pass = 1; * * @param[in,out] App &$a */ -function setup_init(&$a){ +function setup_init(&$a) { // Ensure that if somebody hasn't read the install documentation and doesn't have all // the required modules or has a totally borked shared hosting provider and they can't |