histogram: Make histograms crash less
[ninja.git] / application / views / backup / view.php
blobe792fa8bde7055db74cbc1d3f0fe6021981193cb
1 <?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
3 <div>
4 <h2><?php echo _('View') . ' ' . $backup; ?></h2>
5 <table class="white-table">
6 <?php foreach ($files as $file): ?>
7 <tr>
8 <td><?php echo $file; ?></td>
9 </tr>
10 <?php endforeach; ?>
11 </table>
12 </div>