mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
ADIF-Zip-Upload OTF / PHP-Part (WIP)
This commit is contained in:
@@ -139,6 +139,7 @@ if($this->session->userdata('user_id') != null) {
|
||||
|
||||
<?php if ($this->uri->segment(1) == "adif" ) { ?>
|
||||
<script src="<?php echo base_url() ;?>assets/js/sections/adif.js"></script>
|
||||
<script src="<?php echo base_url() ;?>assets/js/jszip.min.js"></script>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "notes" && ($this->uri->segment(2) == "add" || $this->uri->segment(2) == "edit") ) { ?>
|
||||
|
||||
Reference in New Issue
Block a user