modules/Forums/viewtopic.php dosyasını açın ve aşağıdaki kodları bulun:
Kod: |
$post_order = (!empty($HTTP_POST_VARS[‘postorder’])) ? htmlspecialchars($HTTP_POST_VARS[‘postorder’]) : htmlspecialchars($HTTP_GET_VARS[‘postorder’]);
{ |
Aşağıdakiler ile değiştirin:
Kod: |
$post_order = (!empty($HTTP_POST_VARS[‘postorder’])) ? htmlspecialchars($HTTP_POST_VARS[‘postorder’]) : htmlspecialchars($HTTP_GET_VARS[‘postorder’]);
if (!eregi(“^((asc)|(desc))$”,$post_order) ) { |