fixing a bug when deleting file (double directory)

This commit is contained in:
Benjamin Sonntag 2014-08-21 11:37:48 +02:00
parent d4d746bce8
commit beebd51f37
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if (!empty($formu) && $formu) {
<form action="bro_main.php" method="post" name="main" id="main">
<input type="hidden" name="formu" value="2" />
<input type="hidden" name="actdel" value="1" />
<input type="hidden" name="R" value="<?php echo ehe($R)?>" />
<input type="hidden" name="R" value="<?php ehe($R)?>" />
<p class="alert alert-warning"><?php __("WARNING: Confirm the deletion of this files"); ?></p>
<h2><?php echo $mem->user["login"].$R."/"; ?></h2>
<ul>