Commit d3827091 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) align session_start and close in config.lib.inc

parent 5e5ac2a0
...@@ -175,9 +175,6 @@ function write_config($desc = 'Unknown', $backup = true) ...@@ -175,9 +175,6 @@ function write_config($desc = 'Unknown', $backup = true)
return false; return false;
} }
} }
}
if (!isset($argc)) {
session_write_close(); session_write_close();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment