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
/
extinfo
/
not_running.php
blob
851392677eb79112c9aaa54605eddd8b2d843abe
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
?
>
2
3
<
div style
=
"padding:13px"
>
4
&
nbsp
;<
?php
echo
$info_message
?
><
br
/>
5
<
?php
echo isset
(
$info_message_extra
)
?
$info_message_extra
:
''
?
>
6
</
div
>