|
From: Florin C B. <ory...@us...> - 2012-09-12 22:10:22
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3
In directory vz-cvs-4.sog:/tmp/cvs-serv24459/sessions/phpbb3
Modified Files:
session.php
Log Message:
Index: session.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** session.php 9 Feb 2012 10:52:04 -0000 1.45
--- session.php 12 Sep 2012 22:10:20 -0000 1.46
***************
*** 2030,2034 ****
$alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt;
!
switch ($type)
{
--- 2030,2034 ----
$alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt;
! //die($img_data);
switch ($type)
{
|