Unused var removed
This commit is contained in:
parent
7a2136d1b4
commit
52f46156a7
|
@ -75,10 +75,8 @@ include_once("head.php");
|
||||||
</p>
|
</p>
|
||||||
<form action="bro_editor.php" method="post"><br />
|
<form action="bro_editor.php" method="post"><br />
|
||||||
<textarea class="int" style="font-family: <?php echo $p["editor_font"]; ?>; font-size: <?php echo $p["editor_size"]; ?>; width: 90%; height: 400px;" name="texte"><?php
|
<textarea class="int" style="font-family: <?php echo $p["editor_font"]; ?>; font-size: <?php echo $p["editor_size"]; ?>; width: 90%; height: 400px;" name="texte"><?php
|
||||||
$failed=false;
|
|
||||||
$content=$bro->content($R,$editfile);
|
$content=$bro->content($R,$editfile);
|
||||||
if (empty($content)) {
|
if (empty($content)) {
|
||||||
$failed=true;
|
|
||||||
$error=_("This file is empty");
|
$error=_("This file is empty");
|
||||||
} else {
|
} else {
|
||||||
echo $content;
|
echo $content;
|
||||||
|
|
Loading…
Reference in New Issue