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:
@@ -33,4 +33,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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}
|
{/if}
|
||||||
Reference in New Issue
Block a user