/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/controllers/admin.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-13 11:01:09 UTC
  • mfrom: (58.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130513110109-lomvotbysd1elr7d
Some changes to the admin stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                $this->load->model('admin/Admin_model');
147
147
                $this->Admin_model->uploadFile($_FILES['files'],$cid, $categoryName, $subCategoryName, $example);
148
148
        }
149
 
 
150
 
}
 
 
b'\\ No newline at end of file'
 
149
}