Olaf Bohlen
2019-10-29 464e07e4ccf3f60bd34c855f8d1448bea3434333
index.php
@@ -15,6 +15,14 @@
      echo "no additional secrets found!";
    }
    echo '</p>';
    echo '<p>';
    if (file_exists('/pvcmount/pfile')) {
      echo "file contains: ";
      echo nl2br(file_get_contents( "/pvcmount/pfile" ));
    } else {
      echo "no other file found!";
    }
    echo '</p>';
?>
 </body>
</html>