first
This commit is contained in:
9
modules/bbs/action/a.fupdate.php
Normal file
9
modules/bbs/action/a.fupdate.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
if(!strpos('_score1,score2',$f)) exit;
|
||||
$R = getUidData($table[$m.'data'],$uid);
|
||||
if (!$R['uid']) exit;
|
||||
getDbUpdate($table[$m.'data'],$f.'='.$f.'+1','uid='.$R['uid']);
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user