diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-02 09:10:43 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-02 09:10:43 +0100 |
| commit | 36bfab86c2682c460b197029bbae4daa6ff83ec4 (patch) | |
| tree | d243e8863dd358be04b3695c0b092287657452b7 /utils/xml-export.php | |
| parent | 36ae0574dd83d660570574ecc40d0d847dbde897 (diff) | |
database backed sessions
Diffstat (limited to 'utils/xml-export.php')
| -rw-r--r-- | utils/xml-export.php | 2 |
1 files changed, 1 insertions, 1 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); |