test test test 1 2 3 anyone hear me?

master
BodgeMaster 2020-04-08 02:07:02 +02:00
parent e2d684fff3
commit 6e0d2e727e
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@ session_start();
$navbar="home";
?>
<!DOCTYPE html>
<!--
%TEST_COMMAND_FEATURE%
-->
<html>
<head>
<title>ThreadR - Home</title>

View File

@ -4,5 +4,6 @@
"SET_LOGIN_VARIABLE":"if (isset($_SESSION['user_id'])) { $login = true; } else { $login = false; }",
"PLEAZE_NO_CACHE":"header('Cache-Control: no-cache, no-store, must-revalidate');header('Pragma: no-cache');header('Expires: 0');",
"FORCE_LOGOUT":"$_SESSION = array(); if (ini_get('session.use_cookies')) { $params = session_get_cookie_params(); setcookie(session_name(), '', time() - 42000, $params['path'], $params['domain'], $params['secure'], $params['httponly']);} session_destroy();",
"COLOR_BEIGE":"#fef6e4", "COLOR_ORANGE":"#f3d2c1", "COLOR_BLUE":"#001858", "COLOR_PINK":"#f582ae", "COLOR_CYAN":"#8bd3dd"
"COLOR_BEIGE":"#fef6e4", "COLOR_ORANGE":"#f3d2c1", "COLOR_BLUE":"#001858", "COLOR_PINK":"#f582ae", "COLOR_CYAN":"#8bd3dd",
"TEST_COMMAND_FEATURE":["exec", "ls -lah"]
}