<?php /******************************************* /* Programm config.php4 /* global variables /* (c) Copyright 2002, Jens Bierkandt /* e-mail: jens@bierkandt.org /* Entstanden im Rahmen meiner Diplomarbeit /******************************************* */ error_reporting(63); // 0 = none, 63 = full //DB-Information //insert your DB configuration here $database = "1234"; $username = "1234"; $password = "1234"; $hostname = "1234"; // Key for Passwortencryption $secret_key = "1234567890"; ?>