Skip to content

Instantly share code, notes, and snippets.

@Nut
Created June 20, 2011 12:08
Show Gist options
  • Save Nut/1035516 to your computer and use it in GitHub Desktop.
Save Nut/1035516 to your computer and use it in GitHub Desktop.
Config Datei (im root Verzeichnis)
<?php
$CFG_Host = 'localhost';
$CFG_User = 'root';
$CFG_Password = '';
$CFG_Database = 'silexboard';
define('DB_PREFIX', '');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment