mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<!-- statistics tab -->
 | 
						|
<div class="tab-pane fade" id="adblockstats">
 | 
						|
  <h4 class="mt-3"><?php echo _("Statistics"); ?></h4>
 | 
						|
    <div class="row">
 | 
						|
      <div class="mb-3 col-md-8">
 | 
						|
        <?php
 | 
						|
        /*
 | 
						|
         * BZ todo: implement basic stats
 | 
						|
         *
 | 
						|
         */
 | 
						|
        ?>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</div><!-- /.tab-pane -->
 | 
						|
 |