KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/logicswapweb/aplicaciones/admon/documentos/valores_config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/logicswapweb/aplicaciones/admon/documentos/valores_config/index.php
<?php
include('./../../fnc/DBConnect.php');
include('./../../fnc/componente.php');
include('./../../fnc/parametro.php');
include('./../../fnc/vinculo.php');
include('./../../fnc/UsuarioPanel.php');
include('./../../fnc/bitacora.php');
include('./../../fnc/aplicacion.php');
include('./../../fnc/panel.php');
include('./../../fnc/utileria.php');
//include('./../fnc/Usuario.php');
include('./../fnc/Carpeta.php');

session_start('PanelAzulDigial');
if(!session_is_registered("panel")){
	echo "<div style=\"	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #0066CC;	font-size: 16px;font-weight: bolder;\">Invalid User</div>";
}else{
$panel->setFilesPanel(4);
$panel->reactivarDB();

$tipo_u=$panel->usuario->tipo;
$user_u=$panel->usuario->id;
$estado_u=$panel->usuario->estado;
$userModificar = "";
$userEliminar = "";
$userAdicionar = "";
$userAdministrar="";
if($panel->usuario->tipo==3 && $panel->usuario->vinculo->modificar=="NO" && $panel->usuario->vinculo->administrador=="NO"){
	$userModificar = "disabled";
}
if($panel->usuario->tipo==3 && $panel->usuario->vinculo->eliminar=="NO" && $panel->usuario->vinculo->administrador=="NO"){
	$userEliminar= "disabled";
}
if($panel->usuario->tipo==3 && $panel->usuario->vinculo->adicionar=="NO" && $panel->usuario->vinculo->administrador=="NO"){
	$userAdicionar= "disabled";
}
if($panel->usuario->tipo==3 && $panel->usuario->vinculo->administrador=="NO"){
	$userAdministrar= "disabled";
}
?>


<script> 
if (history.forward(1)){location.replace(history.forward(1))} 
function tipear(val){
	document.frm.tipo.value=val;
}
function mgOver(obj){
	var elm = document.getElementsByTagName("a");
	elm[obj.id].setAttribute("class","migasover");
}
function mgOut(obj){
	var elm = document.getElementsByTagName("a");
	elm[obj.id].setAttribute("class","migas");
}
</script> 

<link href="css/panel2Contenido.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #000099}
.style3 {color: #0000CC}
-->
</style><center>
<script src="js/validaciones.js"></script>
<table width="545" border="0" cellspacing="2" cellpadding="2" class="texto1" align="left">
    <tr>
        <td bgcolor="cccccc" > 
		<div align="left" class="migas">
		<a id="migainicio" href="../../contenido.php" class="migas" style="cursor:hand" title="Indice de Aplicaciones" onMouseOver="javascript: mgOver(this);" onMouseOut="javascript: mgOut(this);">Inicio</a> / <a id="migaindex" href="../menu.php" class="migas" onMouseOver="javascript: mgOver(this);" onMouseOut="javascript: mgOut(this);"><?=ucfirst(strtolower($panel->aplicativo->nombre))?></a> /
		 <span class="migasactivo">Parameters <?=ucfirst($panel->aplicativo->nombre)?> </span></div>
		
</td>
    </tr>
    <tr>
      <td ><img src="../img/menu.gif" width="49" height="23" align="top">
        <input name="tem" type="button" class="boton1"onClick="javascript: document.location.href= '../index.php'" value="Documents">

		<input name="tem222" type="button" class="boton1" onClick="javascript: document.location.href= 'index.php'" value="Parameters"></td>
    </tr>
    <tr>
        <td > 
        <div align="left"></div>
        </td>
    </tr>
    <tr>
      <td align="left">
		<form name="frm" action="../fnc/main.php?tarea=modConfig" method="post" id="frm">	  
	  	  <table width="100%" border=0 align="left" cellpadding=0 cellspacing=1 bgcolor="000099" class="texto1" id="campos">
              <tr bgcolor="000099" class="titular1">
                <td width="14%"><a onClick="javascript: document.location.href= '../menu.php'" title="Volver" style="cursor:hand; width:40"><img src="img/atras.gif" style="cursor:hand "></a></td>
                <td width="86%" class="nombreColum">Registered parameters</td>
            </tr>
              <tr>
                <td colspan="2" valign="top" bgcolor=#ffffff class="texto1"><br>
					<div class="texto1">
					<? $panel->aplicativo->parametro->showlistParametros($panel->aplicativo->id,$panel->usuario->tipo,"consulta",$panel->aplicativo->nombre);?>
					</div>
					<br>
					<div align="center">
                      <input name="adicionar" type="button" class="boton1" onClick="javascript: document.location.href='addParametro.php'" value="Add parameter" <?=$userAdicionar?>>
                      <input name="modificar" type="button" class="boton1" onClick="javascript: document.location.href = 'modParametros.php';" value="Changue" <?=$userModificar?>>
                      <input name="cancelar" type="button" class="boton1" onClick="javascript: document.location.href = '../menu.php';" value="Cancel">
                    </div>
					<div align="center"><br>
				</div>				</td>
              </tr>
          </table>
		</form>
	  </td>
    </tr>
</table>
</center>
<? }?>

Anon7 - 2021