<?php
 $reserves = `perl /opt/folio/reserves/get.pl`;
?>

<html>
 <head>
 <title>reserves</title>
 </head>
 <?php echo "$reserves"; ?>
</html>

  • No labels
Write a comment…