summaryrefslogtreecommitdiff
path: root/xml-export.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-export.php
parenta78ddd904707f02f7f891cbc452cc0928df6cd79 (diff)
start session in xml-export/import
Diffstat (limited to 'xml-export.php')
-rw-r--r--xml-export.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml-export.php b/xml-export.php
index e3bed6a1b..b25f50e1b 100644
--- a/xml-export.php
+++ b/xml-export.php
@@ -1,4 +1,6 @@
<?
+ session_start();
+
require_once "config.php";
require_once "functions.php";
require_once "db.php";