mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 05:03:33 +09:00
- added nonce fields;
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
function um_upgrade_styles2010() {
|
||||
UM()->admin()->check_ajax_nonce();
|
||||
|
||||
um_maybe_unset_time_limit();
|
||||
|
||||
include 'styles.php';
|
||||
@@ -8,6 +10,8 @@ function um_upgrade_styles2010() {
|
||||
|
||||
|
||||
function um_upgrade_cache2010() {
|
||||
UM()->admin()->check_ajax_nonce();
|
||||
|
||||
um_maybe_unset_time_limit();
|
||||
|
||||
UM()->user()->remove_cache_all_users();
|
||||
|
||||
Reference in New Issue
Block a user