diff --git a/index.php b/index.php index c049973..cfb6608 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ else { header("Location: start.php"); } - session_write_close(); + require("config.php"); require_once("lib/functions.php"); @@ -139,11 +139,9 @@
-