i have commited a fucky wucky

This commit is contained in:
leah 2021-08-20 21:07:49 +01:00
parent d59891e30f
commit 695492e179
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<link rel='stylesheet' type='text/css' media='screen' href='/main.css'>
</head>
<body>
<form method="get" name="commandform">
<!-- <form method="get" name="commandform">
<input id="search"
class="search"
type="text"
@ -24,7 +24,8 @@ exec('man --html=cat'.' '.escapeshellarg($command) , $output, $retval);
echo "Returned with status $retval and output:\n";
foreach ($output as $line) { ?>
<?=$line?>
<?php }?>
<?php }?> -->
okay so apparently my godawful script segfaults groff somehow. so no manpages for now. just use your terminal.
</body>
</html>