Free web hosts – 624 Part IV: Using PHP for Sysadmin Tasks
624 Part IV: Using PHP for Sysadmin Tasks Listing 17-5 (Continued) // Configure Apache Virtual Host $GLOBALS[SERVER_NAME] = $vhost; $results = loadVhostTemplate($account[vhost_template]); if ($results == null) return FALSE; …
Original post by humphreyblogart