Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. header("Content-type: text/plain;");
  3. $s='<?php
  4. header("Content-type: text/plain;");
  5. $s=\'%s\';
  6. printf($s, str_replace(array("\\\\", "\'"), array("\\\\\\\\", "\\\'"), $s));';
  7. printf($s, str_replace(array("\\", "'"), array("\\\\", "\'"), $s));
Add Comment
Please, Sign In to add comment