added PHP logging hint fields to the template
This commit is contained in:
parent
c1aa668fef
commit
ddb17d36a2
|
@ -12,8 +12,10 @@
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h3>{{$logname}}</h3>
|
<h2>{{$phpheader}}</h2>
|
||||||
<div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
|
<div>
|
||||||
<!-- <iframe src='{{$baseurl}}/{{$logname}}' style="width:100%; height:400px"></iframe> -->
|
<p>{{$phphint}}</p>
|
||||||
<!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="{{$clear}}" /></div> -->
|
<pre>{{$phplogcode}}</pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue