attempt to a bug fix
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
|
require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
|
||||||
$fs = new furatalogSessions();
|
$fs = new furatalogSessions();
|
||||||
|
|
||||||
|
if (isset($_POST["data"])) {
|
||||||
|
$fs->setSessionData("jinxxyData", $_POST["data"]);
|
||||||
|
}
|
||||||
|
|
||||||
if ($fs->issetSessionData("tmpdata")) {
|
if ($fs->issetSessionData("tmpdata")) {
|
||||||
$_POST["data"] = $fs->getSessionData("tmpdata");
|
$_POST["data"] = $fs->getSessionData("tmpdata");
|
||||||
$fs->unsetSessionData("tmpdata");
|
$fs->unsetSessionData("tmpdata");
|
||||||
@@ -14,6 +18,10 @@ if (!$fs->issetSessionData("login") && ($fs->getSessionData("login") != "true-as
|
|||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($fs->issetSessionData("jinxxyData")) {
|
||||||
|
$_POST["data"] = $fs->getSessionData("jinxxyData");
|
||||||
|
}
|
||||||
|
|
||||||
$creator_name;
|
$creator_name;
|
||||||
$creator_pb;
|
$creator_pb;
|
||||||
$creator_jinxxyURL;
|
$creator_jinxxyURL;
|
||||||
|
|||||||
Reference in New Issue
Block a user