Take care of maxage for map/list

This commit is contained in:
int2001
2023-07-24 09:57:03 +00:00
parent 7f15a94c6b
commit 5edab2e443
4 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
<script>
var dxcluster_provider="<?php echo base_url(); ?>index.php/dxcluster";
var cat_timeout_interval="<?php echo $this->optionslib->get_option('cat_timeout_interval'); ?>";
var dxcluster_maxage=<?php echo $this->optionslib->get_option('dxcluster_maxage'); ?>;
var custom_date_format = "<?php echo $custom_date_format ?>";
</script>