]> git.mxchange.org Git - friendica.git/blob - view/templates/admin/viewlogs.tpl
Merge pull request #6280 from MrPetovan/bug/4738-fix-message-list-query
[friendica.git] / view / templates / admin / viewlogs.tpl
1 <div id='adminpage'>
2         <h1>{{$title}} - {{$page}}</h1>
3         
4         <h3>{{$logname}}</h3>
5         <div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
6 </div>