Advertisement
bowenac

Untitled

Jan 12th, 2014
71
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. require('../../../wp-blog-header.php');
  3.  
  4. global $wpdb;
  5. $userOptions = $wpdb->prefix . "chartUsersOptions";
  6.  
  7. $wpdb->query(
  8.     "UPDATE $userOptions SET status = '0'"
  9. );
  10.  
  11. echo "test";
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement