File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed
Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -1687,13 +1687,6 @@ if [ "$mysql" = 'yes' ]; then
16871687 source $HESTIA_INSTALL_DIR /phpmyadmin/pma.sh > /dev/null 2>&1
16881688fi
16891689
1690- # ----------------------------------------------------------#
1691- # Limit PHP SESSIONS #
1692- # ----------------------------------------------------------#
1693-
1694- echo " INACTIVE_SESSION_TIMEOUT='60'" >> $HESTIA /conf/hestia.conf
1695- echo " TWOFA_VALID_LENGTH='1'" >> $HESTIA /conf/hestia.conf
1696-
16971690# ----------------------------------------------------------#
16981691# Configure Admin User #
16991692# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -1722,13 +1722,6 @@ else
17221722 echo " API='no'" >> $HESTIA /conf/hestia.conf
17231723fi
17241724
1725- # ----------------------------------------------------------#
1726- # Limit PHP SESSIONS #
1727- # ----------------------------------------------------------#
1728-
1729- echo " INACTIVE_SESSION_TIMEOUT='60'" >> $HESTIA /conf/hestia.conf
1730- echo " TWOFA_VALID_LENGTH='1'" >> $HESTIA /conf/hestia.conf
1731-
17321725# ----------------------------------------------------------#
17331726# Fix phpmyadmin #
17341727# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -45,8 +45,4 @@ if [ -f "$apt/postgresql.list" ]; then
4545 echo " ----- PostgreSQL"
4646 sed -i " s/http\:\/\/apt.postgresql.org/https\:\/\/apt.postgresql.org/g" $apt /postgresql.list
4747 fi
48- fi
49-
50- # Limit PHP Session Live time
51- echo " INACTIVE_SESSION_TIMEOUT='60'" >> $HESTIA /conf/hestia.conf
52- echo " TWOFA_VALID_LENGTH='1'" >> $HESTIA /conf/hestia.conf
48+ fi
You can’t perform that action at this time.
0 commit comments