Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <?php
  2.  
  3. # authenticate
  4. auth_reauthenticate();
  5. access_ensure_global_level( config_get( 'manage_plugin_threshold' ) );
  6.  
  7. # Read results
  8. //form_security_validate( 'plugin_dyzurny_config_update' );
  9. //$f_reporter_select_threshold = gpc_get_int( 'plugin_dyzurny_threshold', DEVELOPER );
  10.  
  11. # update results
  12. //plugin_config_set( 'select_threshold', $f_reporter_select_threshold );
  13. //form_security_purge( 'plugin_dyzurny_config_update' );
  14.  
  15. # redirect
  16. print_successful_redirect( plugin_page( 'config', true ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement