Removed dep on API
[ninja.git] / application / views / backup / view.php
blob2b7472e7628fae61f342ce0625a112e68d14462b
1 <?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
3 <div>
4 <table class="padd-table" class="white-table">
5 <?php foreach ($files as $file): ?>
6 <tr>
7 <td><?php echo $file; ?></td>
8 </tr>
9 <?php endforeach; ?>
10 </table>
11 </div>