Results 1 to 10 of 14
Threaded View
-
14th Feb 2010, 05:44 PM #4OPMemberWebsite's:
litewarez.net litewarez.com triniwarez.comPlease update the file a minor bug
find on line 20 of system/engine/session_drivers/file.php
PHP Code:public function read($id)
{
$sess_file = $this->save_path . "/sess_" . $id;
return (string) file_get_contents($sess_file);
}
PHP Code:public function read($id)
{
$sess_file = $this->save_path . "/sess_" . $id;
if(file_exists($sess_file) && is_readable($sess_file))
{
return (string) file_get_contents($sess_file);
}
return false;
}
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
RAD Framework
By SplitIce in forum Web Development AreaReplies: 40Last Post: 5th Oct 2012, 05:29 PM -
45 applications in 1
By Jawus in forum Useful SitesReplies: 0Last Post: 30th Jul 2012, 05:17 PM -
How To Keep Those Applications Installed?
By mani in forum Technical Help Desk SupportReplies: 6Last Post: 2nd Sep 2010, 09:38 PM -
Essential applications
By CM in forum General DiscussionReplies: 13Last Post: 20th Aug 2010, 12:53 PM -
Run .net framework app without it
By pankaj in forum Web Development AreaReplies: 12Last Post: 11th Jul 2010, 12:27 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...