Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
blog
/
wp-content
/
plugins
/
gotmls
/
safe-load
📤 Upload
📝 New File
📁 New Folder
Close
Editing: session.php
<?php /** * GOTMLS SESSION Start * @package GOTMLS */ if (!defined("GOTMLS_SESSION_TIME")) define("GOTMLS_SESSION_TIME", microtime(true)); if (!@session_id()) @session_start(); if (isset($_SESSION["GOTMLS_SESSION_TIME"])) $_SESSION["GOTMLS_SESSION_LAST"] = $_SESSION["GOTMLS_SESSION_TIME"]; else $_SESSION["GOTMLS_SESSION_LAST"] = 0; $_SESSION["GOTMLS_SESSION_TIME"] = GOTMLS_SESSION_TIME;
Save
Cancel