Skip to content

Instantly share code, notes, and snippets.

View gillesbraun's full-sized avatar

Gilles Braun gillesbraun

  • Luxembourg
View GitHub Profile
@gillesbraun
gillesbraun / config.inc.php
Created June 20, 2011 14:35 — forked from Nut/config.inc.php
Config Datei (im root Verzeichnis)
<?php
$CFG_Host = 'localhost';
$CFG_User = 'root';
$CFG_Password = '';
$CFG_Database = 'silexboard';
define('DB_PREFIX', '');
?>