summaryrefslogtreecommitdiff
path: root/xml-import.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-07 13:50:16 +0100
committerAndrew Dolgov <[email protected]>2005-12-07 13:50:16 +0100
commit9db0fded8b0ed4fe22f5d602e3aaa7b3b6a8096b (patch)
treeff61cd19371fab72cdc9768bf8829b51f0a4cb62 /xml-import.php
parenta78ddd904707f02f7f891cbc452cc0928df6cd79 (diff)
start session in xml-export/import
Diffstat (limited to 'xml-import.php')
-rw-r--r--xml-import.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml-import.php b/xml-import.php
index be3948645..69ed53c47 100644
--- a/xml-import.php
+++ b/xml-import.php
@@ -1,4 +1,6 @@
<?
+ session_start();
+
require_once "config.php";
require_once "functions.php";
require_once "db.php";