Commit ecce3eb9 authored by Franco Fichtner's avatar Franco Fichtner

access: remove unused code

(cherry picked from commit 55d37aff)
parent 26f8e3db
......@@ -29,9 +29,6 @@
require_once("guiconfig.inc");
if (session_status() == PHP_SESSION_NONE) {
session_start();
}
$username = $_SESSION['Username'];
if (isset($_POST['save'])) {
......@@ -70,8 +67,6 @@ if (isset($_POST['save'])) {
}
}
session_write_close();
include("head.inc");
?>
......
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