diff options
Diffstat (limited to 'plugins/event_tracer/tracer_admin.tpl')
-rw-r--r-- | plugins/event_tracer/tracer_admin.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl index e56a3b80f..d26a72709 100644 --- a/plugins/event_tracer/tracer_admin.tpl +++ b/plugins/event_tracer/tracer_admin.tpl @@ -28,6 +28,10 @@ An event will be logged if its name matches at least one expression in the list. <input type="checkbox" name="eventTracer_show_registered" {$EVENT_TRACER_SHOW_REGISTERED} /> </label> +<label>Show all included php files + <input type="checkbox" name="eventTracer_show_included_files" {$EVENT_TRACER_SHOW_INCLUDED_FILES} /> +</label> + </fieldset> <p><input class="submit" type="submit" value="Submit" /></p> |