source: admin/WebConsole/controlacceso.php @ a52f983

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
Last change on this file since a52f983 was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[4329e85]1<?php
[3ec149c]2// *********************************************************************************
3// Aplicación WEB: ogAdmWebCon
4// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
5// Fecha Creación: Agosto-2010
6// Fecha Última modificación: Agosto-2010
7// Nombre del fichero: controlacceso.php
8// Descripción :Este fichero aporta los datos de acceso a la aplicación
9// *********************************************************************************
10
11
12 //========================================================================================================
13 // Variables de sessión de configuración de servidor y base de datos( Modificar aquípara cambio global) 
[bf41d13]14 $cnx="localhost;DBUSER;DBPASSWORD;DATABASE;mysql"; // Cadena de conexión a la base de datos
[3ec149c]15 $wer="OPENGNSYSURL/pagerror.php"; // Página de redireccionamiento de errores
[30837bb]16 $wac="OPENGNSYSURL/"; // Página de login de la aplicación
[3ec149c]17 $idi="esp"; // Idioma por defecto
18 //========================================================================================================
[b6ec162]19
Note: See TracBrowser for help on using the repository browser.