Changeset 99b974e in freewrt
- Timestamp:
- Jun 29, 2007, 8:50:27 PM (18 years ago)
- Children:
- 5ba8e3b
- Parents:
- 12df702
- Location:
- package/fwwif
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
extra/footer.ecpp (modified) (1 diff)
-
extra/fwwif.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/fwwif/Makefile
r12df702 r99b974e 9 9 PKG_NAME= fwwif 10 10 PKG_VERSION= 20070629 11 PKG_RELEASE= 411 PKG_RELEASE= 5 12 12 NO_DISTFILES= 1 13 13 -
package/fwwif/extra/footer.ecpp
r12df702 r99b974e 37 37 • <a href="http://validator.w3.org/check/referer">Valid XHTML/1.1!</a> 38 38 %} 39 • 39 • <a href="/">Webinterface Start Page</a> • 40 40 </div> 41 41 </body></html> -
package/fwwif/extra/fwwif.conf
r12df702 r99b974e 19 19 MapUrl ^/$ fwwif@fwwif 20 20 MapUrl ^/favicon images@fwwif favicon.ico 21 MapUrl ^/([^/.]+)(\..*)?$ $1@fwwif22 MapUrl ^/([^/]+)/$ $1@$123 MapUrl ^/([^/]+)/([^.]+) $2@$124 21 25 22 include /etc/fwwif/*.app 26 23 27 24 MapUrl ^/images/(.*) images@fwwif $1 25 MapUrl ^/([^/.]+)(\..*)?$ $1@fwwif 26 MapUrl ^/([^/]+)/$ $1@$1 27 MapUrl ^/([^/]+)/([^.]+) $2@$1
Note:
See TracChangeset
for help on using the changeset viewer.
