mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-21 21:14:02 +00:00
#1203 session_register was removed as of PHP 5.4, usage did not make any sense there anyway.
This commit is contained in:
parent
0131a14bd5
commit
c5fc1b9222
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
// Session starten
|
// Session starten
|
||||||
session_register();
|
|
||||||
@session_start();
|
@session_start();
|
||||||
|
|
||||||
// For the moment we are using ISO8859, should be changed to UTF-8 in the future...
|
// For the moment we are using ISO8859, should be changed to UTF-8 in the future...
|
||||||
|
|
Loading…
Reference in a new issue