close
          Warning:
          Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
      
 
    
        
        
        
        
        
          918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
        
      
      
        
  | Line |  | 
|---|
| 1 | <? | 
|---|
| 2 | //******************************************************************************************************* | 
|---|
| 3 | // Aplicación WEB: ogAdmWebCon | 
|---|
| 4 | // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla | 
|---|
| 5 | // Fecha Creación: Año 2009-2010 | 
|---|
| 6 | // Fecha Última modificación: Agosto-2010 | 
|---|
| 7 | // Nombre del fichero: desplegablesambitos.php | 
|---|
| 8 | // Descripción : | 
|---|
| 9 | //               Devuelve el desplegable de un ámbito ( Usado sólo por AJAX) | 
|---|
| 10 | // ******************************************************************************************************* | 
|---|
| 11 | include_once("../includes/ctrlacc.php"); | 
|---|
| 12 | include_once("../includes/CreaComando.php"); | 
|---|
| 13 | include_once("../clases/AdoPhp.php"); | 
|---|
| 14 | include_once("../includes/comunes.php"); | 
|---|
| 15 | include_once("../includes/constantes.php"); | 
|---|
| 16 | include_once("../includes/HTMLSELECT.php"); | 
|---|
| 17 | //________________________________________________________________________________________________________ | 
|---|
| 18 |  | 
|---|
| 19 | $ambito=0; | 
|---|
| 20 |  | 
|---|
| 21 | if (isset($_POST["ambito"])) $ambito=$_POST["ambito"];  // Recoge parametros | 
|---|
| 22 |  | 
|---|
| 23 | //________________________________________________________________________________________________________ | 
|---|
| 24 | $cmd=CreaComando($cadenaconexion); // Crea objeto comando | 
|---|
| 25 | if ($cmd){ | 
|---|
| 26 | echo tomaSelectAmbito($cmd,$ambito,0,$idcentro,250); | 
|---|
| 27 | } | 
|---|
| 28 | ?> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.