These scripts are written to simulate the matrix characterfall on your terminal.
This is a version with a pure ascii charset of the matrix effect.
| <?php | |
| // avoid client cache | |
| header("Cache-Control: no-cache, must-revalidate"); | |
| // Upload to private url or implement authorization... | |
| if (isset($_GET["json"])) { | |
| header("Content-type: application/json"); | |
| exit(json_encode( fpm_get_status() )); | |
| } | |
| ?> | |
| <!DOCTYPE html> |