fix wrong language-string in settings/180.dkim.php, implemented Settings::Add() for updates later (much better than a manual query etc.), added new php-errorhandler so we can display php errors/warnings/notices (whatever is activated) in a nicer way
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
11
templates/Sparkle/misc/phperrornice.tpl
vendored
Normal file
11
templates/Sparkle/misc/phperrornice.tpl
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">PHP warning/error</div>
|
||||
<div class="warning">
|
||||
<p><TEXT></p>
|
||||
<p> </p>
|
||||
<pre style="overflow:auto;"><DEBUG></pre>
|
||||
<p> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user