芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/adg/wp-content/plugins/userfeedback-lite/includes/logic.php
': return intval( $value ) > intval( $compare_to ); case 'in': return is_array( $value ) && in_array( $compare_to, $value ); default: return false; } }