| | |
| | | unset($client); |
| | | unset($aa_search); |
| | | unset($aa_replace); |
| | | $server_alias[] .= $auto_alias; |
| | | $server_alias[] .= $auto_alias.' '; |
| | | } |
| | | |
| | | // get alias domains (co-domains and subdomains) |
| | |
| | | |
| | | if(preg_match('/' . preg_quote($begin_marker, '/') . '(.*?)' . preg_quote($end_marker, '/') . '/s', $ht_file, $matches)) { |
| | | $ht_file = str_replace($matches[0], '', $ht_file); |
| | | } else { |
| | | $ht_file = str_replace("AuthType Basic\nAuthName \"Members Only\"\nAuthUserFile ".$folder_path.".htpasswd\nrequire valid-user", '', $ht_file); |
| | | } |
| | | |
| | | if(trim($ht_file) == '') { |
| | |
| | | |
| | | if(preg_match('/' . preg_quote($begin_marker, '/') . '(.*?)' . preg_quote($end_marker, '/') . '/s', $ht_file, $matches)) { |
| | | $ht_file = str_replace($matches[0], '', $ht_file); |
| | | } else { |
| | | $ht_file = str_replace("AuthType Basic\nAuthName \"Members Only\"\nAuthUserFile ".$old_folder_path.".htpasswd\nrequire valid-user", '', $ht_file); |
| | | } |
| | | |
| | | if(trim($ht_file) == '') { |
| | |
| | | |
| | | if(preg_match('/' . preg_quote($begin_marker, '/') . '(.*?)' . preg_quote($end_marker, '/') . '/s', $ht_file, $matches)) { |
| | | $ht_file = str_replace($matches[0], '', $ht_file); |
| | | } else { |
| | | $ht_file = str_replace("AuthType Basic\nAuthName \"Members Only\"\nAuthUserFile ".$new_folder_path.".htpasswd\nrequire valid-user", '', $ht_file); |
| | | } |
| | | |
| | | if(trim($ht_file) == '') { |