websec.php3 (mythreads-links_1.2.0) | : | websec.php3 (mythreads-links_1.2.1) | ||
---|---|---|---|---|
<? | <? | |||
# $Id: websec.php3,v 1.5 2004/05/10 21:05:59 ldrolez Exp $ | # $Id: websec.php3,v 1.5 2004-05-10 21:05:59 ldrolez Exp $ | |||
# | # | |||
# Copy this script to the root of your site in order to generate | # Copy this script to the root of your site in order to generate | |||
# WebSec monitoring scripts with websec-gen.pl | # WebSec monitoring scripts with websec-gen.pl | |||
# | # | |||
header("Content-Type: text/plain"); | header("Content-Type: text/plain"); | |||
function init_templates() { return new Template(); } | function init_templates() { return new Template(); } | |||
# Edit me to point to the config.php3 on your site. | # Edit me to point to the config.php3 on your site. | |||
require("./lib/phplib/template.inc"); | require("./lib/phplib/template.inc"); | |||
include "config.php3"; | include "config.php3"; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |