2017-12-01 00:40:55 -05:00
|
|
|
<div id='adminpage'>
|
|
|
|
<h1>{{$title}} - {{$page}}</h1>
|
|
|
|
|
2019-05-06 14:40:53 -04:00
|
|
|
<form action="{{$baseurl}}/admin/logs" method="post">
|
2018-12-13 22:28:12 -05:00
|
|
|
<input type='hidden' name='form_security_token' value="{{$form_security_token}}">
|
2017-12-01 00:40:55 -05:00
|
|
|
|
|
|
|
{{include file="field_checkbox.tpl" field=$debugging}}
|
|
|
|
{{include file="field_input.tpl" field=$logfile}}
|
|
|
|
{{include file="field_select.tpl" field=$loglevel}}
|
|
|
|
|
2018-12-13 22:28:12 -05:00
|
|
|
<div class="submit"><input type="submit" name="page_logs" value="{{$submit}}" /></div>
|
2017-12-01 00:40:55 -05:00
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>{{$phpheader}}</h2>
|
|
|
|
<div>
|
|
|
|
<p>{{$phplogenabled}}<p>
|
|
|
|
<p>{{$phphint}}</p>
|
|
|
|
<pre>{{$phplogcode}}</pre>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|