Initial Commit
This commit is contained in:
6
save_state.php
Normal file
6
save_state.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$input = json_decode(file_get_contents('php://input'), true);
|
||||
if ($input) {
|
||||
file_put_contents('/home/surillya/.thos_state.json', json_encode($input));
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user