start session in xml-export/import
This commit is contained in:
parent
a78ddd9047
commit
9db0fded8b
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
<?
|
||||
session_start();
|
||||
|
||||
require_once "config.php";
|
||||
require_once "functions.php";
|
||||
require_once "db.php";
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?
|
||||
session_start();
|
||||
|
||||
require_once "config.php";
|
||||
require_once "functions.php";
|
||||
require_once "db.php";
|
||||
|
|
Loading…
Reference in a new issue