Adjust session name
authorJoey Schulze <joey@infodrom.org>
Sun, 13 Feb 2011 23:12:00 +0000 (00:12 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 13 Feb 2011 23:12:00 +0000 (00:12 +0100)
init.php

index 707a6a4..66b67e6 100644 (file)
--- a/init.php
+++ b/init.php
@@ -1,6 +1,6 @@
 <?php
 
-session_name('FWAKLRSESSION');
+session_name('HALLINTA');
 session_start();
 
 require_once('config.php');