mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #84 from HB9HIL/eqsl_html
This commit is contained in:
@@ -129,8 +129,7 @@ class eqsl extends CI_Controller {
|
||||
// Check if eQSL Nicknames have been defined
|
||||
$this->load->model('stations');
|
||||
if($this->stations->are_eqsl_nicks_defined() == 0) {
|
||||
show_error('eQSL Nicknames in Station Profiles arent defined');
|
||||
exit;
|
||||
$this->session->set_flashdata('error', 'eQSL Nicknames in Station Profiles aren\'t defined!');
|
||||
}
|
||||
|
||||
ini_set('memory_limit', '-1');
|
||||
|
||||
Reference in New Issue
Block a user