*** empty log message ***

This commit is contained in:
briandilley 2004-10-15 20:43:25 +00:00
parent 44ad98e21c
commit 7201d52846
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Make apache execute .pl as a CGI
AddHandler cgi-script .pl AddHandler cgi-script .pl
Options +ExecCGI
Options -Indexes # kwotes.pl is our directory index
DirectoryIndex kwotes.pl
# make apache execute CGIs and not allow indexes
Options +ExecCGI -Indexes

View File

@ -6,6 +6,12 @@
<a href="http://sourceforge.net/projects/kwotes/">download the source</a> <a href="http://sourceforge.net/projects/kwotes/">download the source</a>
&nbsp;-&nbsp; &nbsp;-&nbsp;
${KWOTE_COUNT} live kwotes, ${KWOTE_BACKUP_COUNT} deleted kwotes ${KWOTE_COUNT} live kwotes, ${KWOTE_BACKUP_COUNT} deleted kwotes
<A href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=121598&amp;type=1"
width="88"
height="31"
border="0"
alt="SourceForge.net Logo" /></a>
</div> </div>
</div> </div>
</body> </body>