Unused var removed
This commit is contained in:
parent
7a2136d1b4
commit
52f46156a7
|
@ -75,10 +75,8 @@ include_once("head.php");
|
|||
</p>
|
||||
<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
|
||||
$failed=false;
|
||||
$content=$bro->content($R,$editfile);
|
||||
if (empty($content)) {
|
||||
$failed=true;
|
||||
$error=_("This file is empty");
|
||||
} else {
|
||||
echo $content;
|
||||
|
|
Loading…
Reference in New Issue