Advertisement
Aichan

raw.php

Jan 6th, 2013
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. include 'config.php';
  3.  
  4. if(isset($_GET['id']) && isset($_GET['name'])) {
  5.     $path = $base_path . stripShit($_GET['id']) . "/" . stripShit($_GET['name']);
  6.    
  7.     echo file_get_contents($path);
  8. }
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement