parking_lot_website/entering.php

14 lines
329 B
PHP

<head>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<link rel="stylesheet" href="custom.css">-->
</head>
<?php
$command = escapeshellcmd("sudo ./parking.py 2");
$output = shell_exec($command);
echo "$output";
?>