diff options
Diffstat (limited to 'share/status.php')
-rw-r--r-- | share/status.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/status.php b/share/status.php new file mode 100644 index 0000000..cb4c607 --- /dev/null +++ b/share/status.php @@ -0,0 +1,6 @@ +<?php +require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php"; +session_start(); + +// Do stuff! +echo json_encode(array("progress" => -1)) and die;
\ No newline at end of file |