X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FConfiguration.cpp;h=f75170b761a4d2be1ee7601f7130920a33fbe325;hp=f2e9eba26943fdee782509f3d7c408d11106f38b;hb=59c5bff8d9aef402c868519d13398ba4eb2dddb7;hpb=47bcf8ba77fa8011f9be728c23dbe6915d70251b diff --git a/src/Configuration.cpp b/src/Configuration.cpp index f2e9eba..f75170b 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -93,7 +93,7 @@ suPHP::Configuration::Configuration() { this->allow_file_others_writeable = false; this->allow_directory_others_writeable = false; #ifdef OPT_DISABLE_CHECKPATH - this->check_vhos_docroot = false; + this->check_vhost_docroot = false; #else this->check_vhost_docroot = true; #endif