repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed dep on API
[ninja.git]
/
application
/
views
/
backup
/
view.php
blob
2b7472e7628fae61f342ce0625a112e68d14462b
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
?
>
2
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
>