Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit a700a04

Browse files
author
NerdOfLinux
authored
Update shell.php
1 parent 319a33e commit a700a04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

shell.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
</head>
1515
<body>
1616
<h1 style="text-align:center;">Admin Panel</h1>
17+
<div id="blueLink">
1718
<a href="logout.php">Logout</a>&ensp;
1819
<a href="options.php">Home</a><hr>
19-
20+
</div>
2021
<form action="" name="query" id="query" method="post" >
2122
SHELL: &nbsp;&nbsp;&ensp;&nbsp;&nbsp;<input type="text" id="query_box" name="query_box" placeholder="Ex: whoami"></input><br><br>
2223
<button type="Submit" value="Submit">Submit</button>

0 commit comments

Comments
 (0)