bug fix 5
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ require_once("/var/www/furatalog/data/script/furatalog.sessions.php");
|
||||
$fs = new furatalogSessions();
|
||||
|
||||
if (isset($_GET["ref"])) {
|
||||
$_SESSION["ref"] = $_GET["ref"];
|
||||
//$_SESSION["ref"] = $_GET["ref"];
|
||||
$fs->setSessionData("ref", $_GET["ref"]);
|
||||
}
|
||||
|
||||
if (isset($_POST["username"]) && isset($_POST["password"])) {
|
||||
|
||||
Reference in New Issue
Block a user