next up previous contents
Next: convert2mysql.php4 Up: Quellcode Previous: pppconn.sh   Contents


config.php4


<?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";
?>



Jens Bierkandt