Changeset 2881b7c in freewrt for package


Ignore:
Timestamp:
Jun 28, 2007, 10:28:29 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
8ada2a2
Parents:
8665165
Message:
  • implement “fwcf commit”
  • nuke superfluous “.htm”

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3018 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/fwwif/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • package/fwwif/src/Makefile

    r8665165 r2881b7c  
    2525OBJS+=          chpw.o c_chpw.o
    2626OBJS+=          md5.o md5hl.o md5crypt.o pwd_gensalt.o
     27OBJS+=          commit.o
    2728CLEANFILES=     ${OBJS} ${OBJS:.o=.cpp} fwwif.so
    2829IMAGES=         logo.svg favicon.ico
  • package/fwwif/src/chpw.ecpp

    r8665165 r2881b7c  
    5959        if (i) {
    6060</%cpp>
    61 <form action="/chpw.htm" method="post">
     61<form action="chpw" method="post">
    6262<table>
    6363 <tr>
     
    8080<p>The new password has been set successfully.</p>
    8181<p>Go <a href="javascript:back();">back</a> or to the <a href="/">index</a>,
    82  or <a href="commit.htm">commit changes into flash</a> (FWCF).</p>
     82 or <a href="commit">commit changes into flash</a> (FWCF).</p>
    8383<%cpp>
    8484        }
  • package/fwwif/src/fwwif.ecpp

    r8665165 r2881b7c  
    3030 the moment, authentification does not yet work.</p>
    3131<ul>
    32  <li><a href="chpw.htm">change password</a></li>
     32 <li><a href="chpw">change password</a></li>
     33 <li>&nbsp;</li>
     34 <li><a href="commit">commit changes to flash</a> (FWCF)</li>
    3335</ul>
    3436<& footer>
Note: See TracChangeset for help on using the changeset viewer.