Magellan Linux

Diff of /alx-src/branches/alx-web-070/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8515 by niro, Mon Feb 8 09:16:29 2016 UTC revision 8516 by niro, Mon Feb 8 09:27:56 2016 UTC
# Line 10  if( !isset($_SESSION['openclose']) ) Line 10  if( !isset($_SESSION['openclose']) )
10  }  }
11    
12  // Datenbankverbindungs-Konfiguration  // Datenbankverbindungs-Konfiguration
13  $dbhost  = "127.0.0.1";  $dbhost  = "mcored"; // -> /etc/hosts 127.0.0.1 mcored required, >php-5.4 uses the certificate common name as issuer
14  $dbname  = "mcore";  $dbname  = "mcore";
15  $dbuname = "alx_install";  $dbuname = "alx_install";
16  $dbpass  = "@lx";  $dbpass  = "@lx";

Legend:
Removed from v.8515  
changed lines
  Added in v.8516