5 lines
94 B
PHP
5 lines
94 B
PHP
<?php
|
|
echo shell_exec("osascript './unlock.as'");
|
|
header("Location: unlock_finished.php");
|
|
?>
|