Changeset 373
- Timestamp:
- 09/25/07 11:01:41 (1 year ago)
- Files:
-
- trunk/script/setup (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/script/setup
r372 r373 35 35 $this->options = array_merge($default_options, $options); 36 36 37 $this->options['directory'] = $this->_absolutePath( $this->options['directory']);37 $this->options['directory'] = $this->_absolutePath(@$this->options['directory']); 38 38 39 39 if(empty($this->options['directory'])){ … … 423 423 'max' => 1, 424 424 'min' => 1, 425 'default' => false,426 425 'desc' => 'Location where the application will be accesed by the webserver.'), 427 426
