1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:05:56 +00:00

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";