Added warning if exception details are displayed

Added a warning to disable exception details in prouction mode, and a
link to an admin settings page to disable the setting if required
This commit is contained in:
2010-03-23 02:03:45 +00:00
parent 7b96040e17
commit 0ed82f8b1f

View File

@@ -33,4 +33,10 @@
</tr>
</tbody>
</table>
<p>
<em>Note:</em> Exception details should not be displayed on production systems.
Disable the <a href="{$base_uri}admin/settings/key/debug.show_exceptions/"><code>debug.show_exceptions</code></a>
setting to omit the exception details from this page.
</p>
{/if}