mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Commit forgotten patches.
This commit is contained in:
parent
c15bc0364a
commit
0adb5ba142
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319242
@ -1,10 +0,0 @@
|
||||
--- program/include/iniset.php.orig 2013-04-15 22:42:21.000000000 +0200
|
||||
+++ program/include/iniset.php 2013-05-07 12:40:34.000000000 +0200
|
||||
@@ -28,7 +28,6 @@
|
||||
// Some users are not using Installer, so we'll check some
|
||||
// critical PHP settings here. Only these, which doesn't provide
|
||||
// an error/warning in the logs later. See (#1486307).
|
||||
- 'suhosin.session.encrypt' => 0,
|
||||
'session.auto_start' => 0,
|
||||
'file_uploads' => 1,
|
||||
);
|
@ -1,5 +1,5 @@
|
||||
--- program/lib/Roundcube/rcube_session.php.orig 2013-04-15 22:42:22.000000000 +0200
|
||||
+++ program/lib/Roundcube/rcube_session.php 2013-05-07 12:49:19.000000000 +0200
|
||||
--- program/lib/Roundcube/rcube_session.php.orig 2013-05-16 20:06:31.000000000 +0200
|
||||
+++ program/lib/Roundcube/rcube_session.php 2013-05-27 15:46:41.000000000 +0200
|
||||
@@ -33,7 +33,6 @@
|
||||
private $start;
|
||||
private $changed;
|
||||
@ -55,8 +55,8 @@
|
||||
- if (is_array($a_oldvars)) {
|
||||
- // remove unset keys on oldvars
|
||||
- foreach ((array)$this->unsets as $var) {
|
||||
- if (isset($a_oldvars[$k])) {
|
||||
- unset($a_oldvars[$k]);
|
||||
- if (isset($a_oldvars[$var])) {
|
||||
- unset($a_oldvars[$var]);
|
||||
- }
|
||||
- else {
|
||||
- $path = explode('.', $var);
|
||||
|
Loading…
Reference in New Issue
Block a user