macos_unlock/unlock_action.php

5 lines
94 B
PHP

<?php
echo shell_exec("osascript './unlock.as'");
header("Location: unlock_finished.php");
?>