Advertisement
Aichan

config.php

Jan 6th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php
  2. //This file contains some functions and some variables to be set
  3.  
  4. function stripShit($input) {
  5.   return preg_replace("@[^0-9a-zA-Z\s]@", "", $input);
  6. }
  7.  
  8. //Path to your computer script folder : /minecraft/world/computer/
  9. $base_path = '';
  10. //Your pastebin Api Developper key (Can be found at : http://pastebin.com/api#1)
  11. $api_dev_key = '';
  12.  
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement