mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove the suggestion to add session.auto_start=1 to php.ini if
logging in fails. On modern PHP, it *makes* logging in fail. PORTREVISION bump to be on the safe side. PR: 202226 Submitted by: freebsd@alexus.org
This commit is contained in:
parent
1fefb80033
commit
23c17d9287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394328
2 changed files with 3 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= squirrelmail
|
PORTNAME= squirrelmail
|
||||||
PORTVERSION= 20150324
|
PORTVERSION= 20150324
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail www
|
CATEGORIES= mail www
|
||||||
MASTER_SITES= LOCAL/adamw/squirrelmail
|
MASTER_SITES= LOCAL/adamw/squirrelmail
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable
|
DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable
|
||||||
|
|
|
@ -6,13 +6,10 @@ To activate SquirrelMail, you must complete the following steps:
|
||||||
2) Make sure the following is set in your php.ini:
|
2) Make sure the following is set in your php.ini:
|
||||||
file_uploads = On
|
file_uploads = On
|
||||||
|
|
||||||
3) If you have trouble logging in, add the following to your php.ini:
|
3) Configure your installation.
|
||||||
session.auto_start = 1
|
|
||||||
|
|
||||||
4) Configure your installation.
|
|
||||||
SQUIRRELMAIL WILL NOT WORK UNTIL THIS HAS BEEN DONE.
|
SQUIRRELMAIL WILL NOT WORK UNTIL THIS HAS BEEN DONE.
|
||||||
cd %%SQUIRRELDIR%% && ./configure
|
cd %%SQUIRRELDIR%% && ./configure
|
||||||
|
|
||||||
5) It is best practice to change the data/user preference directory
|
4) It is best practice to change the data/user preference directory
|
||||||
(under General Options) to somewhere outside of
|
(under General Options) to somewhere outside of
|
||||||
%%SQUIRRELDIR%%.
|
%%SQUIRRELDIR%%.
|
||||||
|
|
Loading…
Add table
Reference in a new issue