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
/
unauthorized.php
blob
79b36eede6f1c562635b1d586102809c6e1f641d
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
?
>
2
<
br
/>
3
4
<
div
class
=
"error_message"
>
5
<
?php
echo
$error_message
?
>
6
</
div
>
7
8
<
div
class
=
"error_description"
>
9
<
?php
echo
$error_description
?
>
10
</
div
>