Changes

Jump to navigation Jump to search
19 bytes removed ,  12:44, 30 June 2015
Line 24: Line 24:     
and add the following content and save the file:
 
and add the following content and save the file:
 +
 
  {
 
  {
use esmith::util;
   
  my $dindex = $domain->prop('DirectoryIndex') || '';
 
  my $dindex = $domain->prop('DirectoryIndex') || '';
  if ($dindex ne ' '){
+
  if ($dindex ne ''){
 
     $OUT .= "    DirectoryIndex $dindex\n";
 
     $OUT .= "    DirectoryIndex $dindex\n";
 
  }
 
  }

Navigation menu