]> git.ipfire.org Git - thirdparty/sarg.git/commit - indexonly.c
Use a global constant instead of the "index.html" file name in the code
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 30 Sep 2014 18:49:14 +0000 (20:49 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Tue, 30 Sep 2014 18:49:14 +0000 (20:49 +0200)
commit56b97279b03d9ff758528f6f2d6eeeff4cd3f09e
treeba4ceab2f5b6a6bd10884b70989a05df92500ca1
parentc4a702b4a2dc5961e70233a19af56a2b32219089
Use a global constant instead of the "index.html" file name in the code

The name of the html index file is defined once in the source code as a
global constant instead of littering the source code with a hard coded
litteral string.
include/conf.h
index.c
indexonly.c
log.c
topuser.c