Payload.php 62 B

1234567
  1. <?php
  2. interface OtherPayload{
  3. function get_payload();
  4. }