Lines Matching refs:vhost
28 $vhost = $_REQUEST['vhost']['vhost'];
29 if( $vhost == '__new__' ) {
31 $vhost = $_REQUEST['ns']['ns'];
34 $file = $this->config_path.$this->config_prefix.$vhost.'.php';
58 if( !$vhost || !is_file( $file )) break;
73 if( $_changed && !$_error && $_config->save_settings( $vhost )) {
100 $vhost = '__new__';
101 ptln( '<li class="vhostitem"><h2>'.$this->getLang( 'vhost' ).$vhost.'</h2></li>' );
114 … $vhost = str_replace( '.php', '', str_replace( $this->config_prefix, '', $file ));
116 ptln( '<h2>'.$this->getLang( 'vhost' ).$vhost.'</h2>' );
117 $this->xhtml_vhost_item( $vhost, $this->config_path.$file );
131 function xhtml_vhost_item( $vhost, $file ) {/*{{{*/ argument
150 ptln( "<input type='hidden' name='vhost[vhost]' value='$vhost' />" );