Check if this is a memory issue

This commit is contained in:
Peter Goodhall
2019-06-19 17:14:07 +01:00
parent cb2ba3fd8d
commit 81ae05f476

View File

@@ -13,6 +13,7 @@ class Clublog extends CI_Controller {
// Upload ADIF to Clublog
public function upload($username) {
ini_set('memory_limit', '-1');
$this->load->helper('file');
$this->load->model('logbook_model');