summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/xml-export.php2
-rw-r--r--utils/xml-import.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/xml-export.php b/utils/xml-export.php
index a10c9e3de..438f008d4 100644
--- a/utils/xml-export.php
+++ b/utils/xml-export.php
@@ -1,5 +1,5 @@
<?
- session_start();
+ require_once "sessions.php";
define('MAX_SCHEMA_VERSION', 5);
diff --git a/utils/xml-import.php b/utils/xml-import.php
index aeccd77e4..0706b0fa2 100644
--- a/utils/xml-import.php
+++ b/utils/xml-import.php
@@ -1,6 +1,6 @@
<?
- session_start();
-
+ require_once "sessions.php";
+
require_once "config.php";
require_once "functions.php";
require_once "db.php";