blob: 72bbdd6d28aee71c4195c89442f1cf7d8503b9a5 [file] [log] [blame]
<?
if {[info exists ::childinit2]} {
puts "vhost2 hello world<br>"
puts "::childinit2 exists<br>"
} elseif {[info exists ::beforescript2]} {
?>Virtual Host2 Test<?
}
if {[info exists ::childinit1]} {
puts "::childinit1 exists<br>"
}
?>