Guest User

Untitled

a guest
Nov 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (substr($args[0], 0, 1) == "!") {
  2.  
  3. if (file_exists("./pvtcmd/" . substr($args[0], 1))) {
  4.  
  5. eval(file_get_contents("./pvtcmd/" . substr($args[0], 1)));
  6.  
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment