Example #1
0
 function publicar_pers($url = null)
 {
     if (!$this->esta_publicado_pers()) {
         if ($url == '' || is_null($url)) {
             $url = $this->get_url_pers();
         }
         $this->instancia->set_url_proyecto_pers($this->get_id(), $url);
         toba_modelo_instalacion::agregar_alias_apache($url, $this->get_dir_pers(), $this->get_instancia()->get_id(), $this->get_id(), true);
     }
 }