Files
ultimatemember/admin/templates/dashboard/purge.php
T
ultimatemember 5487c7b6d1 Version 1.0.47
2015-02-09 00:29:16 +02:00

11 lines
415 B
PHP

<?php if ( $this->dir_size('temp') > 0.1 ) { ?>
<p>You can free up <span class="red"><?php echo $this->dir_size('temp'); ?>MB</span> by purging your temp upload directory.</p>
<p><a href="<?php echo add_query_arg( 'um_adm_action', 'purge_temp' ); ?>" class="button">Purge Temp</a></p>
<?php } else { ?>
<p>Your temp uploads directory is <span class="ok">clean</span>. There is nothing to purge.</p>
<?php } ?>