start session in xml-export/import

This commit is contained in:
Andrew Dolgov 2005-12-07 13:50:16 +01:00
parent a78ddd9047
commit 9db0fded8b
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
<?
session_start();
require_once "config.php";
require_once "functions.php";
require_once "db.php";

View file

@ -1,4 +1,6 @@
<?
session_start();
require_once "config.php";
require_once "functions.php";
require_once "db.php";