Skip to content
Snippets Groups Projects
Commit 13ec96b0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add session_start()

parent 1ff88255
No related branches found
No related tags found
1 merge request!62V2.0
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
......@@ -2,6 +2,8 @@
define("APP_VERSION", '2.0-alpha');
session_start();
require_once("./classes/project_gui.class.php");
require_once('./classes/queryparam.class.php');
# require_once('./classes/icon.class.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment