#1203 session_register was removed as of PHP 5.4, usage did not make any sense there anyway.

This commit is contained in:
Mario Lipinski 2013-08-20 02:28:14 +02:00
parent 0131a14bd5
commit c5fc1b9222

View file

@ -1,6 +1,5 @@
<?php
// Session starten
session_register();
@session_start();
// For the moment we are using ISO8859, should be changed to UTF-8 in the future...