mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-23 23:10:17 +00:00
Found a universal place to drop files
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
/* security */
|
||||
$access_token = '1234567890';
|
||||
$lastrun = '/tmp/ansible-hook-last-run';
|
||||
$dropfile = '/tmp/run-ansible';
|
||||
$lastrun = '/dev/shm/ansible-hook-last-run';
|
||||
$dropfile = '/dev/shm/run-ansible';
|
||||
|
||||
/* get json data */
|
||||
$json = file_get_contents('php://input');
|
||||
|
||||
Reference in New Issue
Block a user