View Single Post
  #7  
Old 25th January 2015, 15:28
roland22 roland22 is offline
Senior Member
 
Join Date: Feb 2014
P2P
Posts: 22
Default
Quote:
Originally Posted by joeroberts View Post
change
PHP Code:
if (eregi("main.php",$_SERVER["PHP_SELF"])) die ("You can't access this file directly"); 
to
PHP Code:
if (!defined('IN_PMBT')) die ("You can't access this file directly"); 
i am on version phpMyBitTorrent2.0.4 is this theme ok for my?
Reply With Quote