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
histogram: Make histograms crash less
[ninja.git]
/
application
/
views
/
backup
/
view.php
blob
e792fa8bde7055db74cbc1d3f0fe6021981193cb
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
?
>
2
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
>