Changeset 2002


Ignore:
Timestamp:
10/19/07 00:52:15 (6 years ago)
Author:
anarcat
Message:

fix link to hta_edit

Location:
alternc/trunk/bureau/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/bro_main.php

    r1895 r2002  
    440440 
    441441if ($hta->is_protected($R)) { 
    442 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br />"; 
     442echo "<a href=\"hta_edit.php?dir=$R\">"._("This folder has restricted access")."</a><br />"; 
    443443} 
    444444else { 
  • alternc/trunk/bureau/admin/hta_doedituser.php

    r798 r2002  
    5151                echo "<p>".sprintf(_("The password of the user %s has been successfully changed"),$user)."</p>"; 
    5252        } 
    53         echo "<p><a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a></p>"; 
     53        echo "<p><a href=\"hta_edit.php?dir=$dir\">"._("Click here to continue")."</a></p>"; 
    5454?> 
    5555</body> 
Note: See TracChangeset for help on using the changeset viewer.