blob: 1a85f2c3422c2fb99a551f1c43b873a6e1eacdce [file] [log] [blame]
<?
if {[info exists ::childinit1]} {
puts "vhost1 hello world<br>"
puts "::childinit1 exists<br>"
} elseif {[info exists ::beforescript1]} {
?>Virtual Host1 Test<?
}
if {[info exists ::childinit2]} {
puts "::childinit2 exists<br>"
}
?>