Changeset 11773
- Timestamp:
- 08/28/07 14:44:28 (1 year ago)
- Files:
-
- trunk/midgard/data/midgard_setup_vhost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/data/midgard_setup_vhost.php
r11691 r11773 33 33 $this->prefix = $prefix; 34 34 $this->config = &$config; 35 36 if(!$this->name || $this->name == '') 37 throw new Exception("Failed to initialize new virtual host with empty name", 0); 35 38 36 39 if(MIDGARD_SETUP_APACHE_LIBEXEC_PATH == "")
