Advertisement
ozh

constants on top

ozh
Jul 1st, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. /*
  3. Plugin name
  4. info, etc...
  5. */
  6.  
  7. // CONFIGURE THIS
  8. define( 'MATT_UPLOAD_DIR', 'write your directory here' );
  9.  
  10. // DO NOT EDIT BELOW
  11.  
  12. function do_stuff() {
  13.     // etc...
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement