2013-04-23 13:47:57 +02:00
|
|
|
<div id='adminpage'>
|
2015-12-27 08:21:14 +01:00
|
|
|
<h1>{{$title}} - {{$page}}</h1>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<form action="{{$baseurl}}/admin/logs" method="post">
|
2015-12-27 08:21:14 +01:00
|
|
|
<input type='hidden' name='form_security_token' value="{{$form_security_token|escape:'html'}}">
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-12-27 08:21:14 +01:00
|
|
|
{{include file="field_checkbox.tpl" field=$debugging}}
|
|
|
|
{{include file="field_input.tpl" field=$logfile}}
|
|
|
|
{{include file="field_select.tpl" field=$loglevel}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-12-27 08:21:14 +01:00
|
|
|
<div class="submit"><input type="submit" name="page_logs" value="{{$submit|escape:'html'}}" /></div>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</form>
|
2015-12-27 08:21:14 +01:00
|
|
|
|
|
|
|
<h2>{{$phpheader}}</h2>
|
|
|
|
<div>
|
2016-09-14 06:45:05 +02:00
|
|
|
<p>{{$phplogenabled}}<p>
|
2015-12-27 08:21:14 +01:00
|
|
|
<p>{{$phphint}}</p>
|
|
|
|
<pre>{{$phplogcode}}</pre>
|
|
|
|
</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</div>
|