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

Commit 319a33e

Browse files
author
NerdOfLinux
authored
Update php_exec.php
1 parent aee65e5 commit 319a33e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

php_exec.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
</head>
1313
<body>
1414
<h1 style="text-align:center;">Admin Panel</h1>
15+
<div id="blueLink">
1516
<a href="logout.php">Logout</a>&ensp;
1617
<a href="options.php">Home</a><hr>
17-
18+
</div>
1819
<form action="" name="query" id="query" method="post">
1920
PHP: &nbsp;&nbsp;&ensp;&nbsp;&nbsp;<input type="text" id="query_box" name="query_box" placeholder='echo "Hello, World!";'></input><br><br>
2021
<button type="Submit" value="Submit">Submit</button>

0 commit comments

Comments
 (0)