58
59
60
61
62
63
64
|
want to modify the script to set the DBFILE variable to the correct
database name.
The password for the "shoplist-demo.db" database is "12345".
When the app is running, the /env page shows the CGI environment for
debugging and testing purposes.
|
>
>
>
>
>
>
>
>
>
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
want to modify the script to set the DBFILE variable to the correct
database name.
The password for the "shoplist-demo.db" database is "12345".
When the app is running, the /env page shows the CGI environment for
debugging and testing purposes.
5.0 self.tcl
------------
This script gives an example of a Wapp application that can display
a copy of itself. The self-display in the /self page is actually
a very small part of the total script. This example also includes
some cache-control and CSS as a demonstration of how that kind of thing
is accomplished.
|