aboutsummaryrefslogtreecommitdiff
path: root/www/mahara
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 11:09:14 +0000
commite87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch)
treee9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /www/mahara
parent867a3ba355276083619d6e050ed5885ecfc04d75 (diff)
downloadports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.tar.gz
ports-e87a8bd319cefd3a75d9d061fe9ac6bad980b0db.zip
Notes
Diffstat (limited to 'www/mahara')
-rw-r--r--www/mahara/files/pkg-message.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mahara/files/pkg-message.in b/www/mahara/files/pkg-message.in
index 41e93c56a476..379d03692199 100644
--- a/www/mahara/files/pkg-message.in
+++ b/www/mahara/files/pkg-message.in
@@ -13,7 +13,7 @@ POST-INSTALL CONFIGURATION FOR MAHARA
<Directory %%PREFIX%%/%%MAHARADIR%%>
AllowOverride None
Order Allow,Deny
- Allow from all
+ Allow from all
</Directory>
For Apache version 2.4.x or above:
@@ -25,15 +25,15 @@ POST-INSTALL CONFIGURATION FOR MAHARA
Require all granted
</Directory>
-3) Make sure that magic_quotes_gpc is off and register_globals is off
+3) Make sure that magic_quotes_gpc is off and register_globals is off
in your PHP.ini file.
-4) Change into the directory %%PREFIX%%/%%MAHARADIR%% and copy the
-file config-dist.php to config.php, then go through the file and make
+4) Change into the directory %%PREFIX%%/%%MAHARADIR%% and copy the
+file config-dist.php to config.php, then go through the file and make
changes where appropriate.
5) Now you can navigate to the Mahara website using your web browser.
-Log into the system with user "admin", password "mahara".
+Log into the system with user "admin", password "mahara".
Congratulations!