*

Recent

Author Topic: Security Fix  (Read 3371 times)

Danny

  • Newbie
  • *
  • Posts: 41
  • Force: +5/-0
Security Fix
« on: February 24, 2009, 04:30:13 PM »
As seen on another website, I never knew this before. There was a command execution exploit in the play.php file.

Fix: open includes/core.php

add:
if($_GET['template']){
exit();
}

should fix that security issue.