Ignore:
Timestamp:
Mar 26, 2015 2:07:44 PM (10 years ago)
Author:
quyenla
Message:

preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/modules/frontend/controllers/lecture.php

    r824 r828  
    5454               $first_visit=1;
    5555            }
    56             $fileid=$this->uri->segment(3,"");
    57            
     56            $fileid="";
     57            if ($this->input->post('fileid'))
     58            {
     59               $fileid=$this->input->post('fileid');
     60            }
    5861            $isOverDate = strtotime($u['expire_date']) < strtotime(date('Y-m-d')) ? 0:1;
    5962 
Note: See TracChangeset for help on using the changeset viewer.