repo.or.cz
/
recordtv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://repo.or.cz/srv/git/recordtv
[recordtv.git]
/
playonwii
/
delete_error.php
blob
bca57c577aa7d424ec340dc30f3d36fba3b6aa67
1
<
html
>
2
3
<
head
>
4
<
title
><
?php
print
"Failed to delete"
;
?
></
title
>
5
</
head
>
6
7
<
body
>
8
9
<
p
>
File was not deleted
!
An error occurred
.</
p
>
10
11
<
p
><
a href
=
"index.php"
>
Back
</
a
></
p
>
12
13
</
body
>
14
15
</
html
>
16