mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Check if this is a memory issue
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user