I think this script has some bugs. Its taking me to error page whenever i try to navigate to some pages and subpages.Even in language changing time. I am not sure what might be problem.
(03-18-2015 02:54 AM)SokakGitaristi Wrote: (03-18-2015 02:15 AM)tigermate Wrote: Brotherhood of NOD,
How can i change the language in admin panel in english?
I dont understand turkish.
Pls help Commander.
find on index.php
replace
if($_GET['action']=="request") $_SESSION['lang']=$_GET['lang'];
if(empty($_SESSION['lang'])) fnStart();
if( $_SESSION['lang']=="en") include "lang/english.inc.php";
elseif( $_SESSION['lang']=="tr") include "lang/turkish.inc.php";
elseif( $_SESSION['lang']=="de") include "lang/deutsch.inc.php";
else
?>
Followed it and its still in turkish. How about i delete the two language except english?