Subversion Repositories webcounter

Rev

Blame | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. /*
  4.  * PHP Counter mit Reloadsperre, Textdatenbank und Graphic-Libary (without Error Images)
  5.  * (C)Copyright 2010 - 2017 Daniel Marschall
  6.  * Revision: 2017-05-04
  7.  */
  8.  
  9. // EDIT THIS FILE, THEN RENAME IT TO config.inc.php !
  10.  
  11. define('RELOADSPERRE_MINS', 60);
  12. define('PDO_HOST', 'mysql:host=localhost;dbname=xxx'/*.';charset=utf8'*/);
  13. define('PDO_USER', 'xxx');
  14. define('PDO_PASS', 'xxx');
  15. define('OWN_URL',  'https://www.daniel-marschall.de/counter/');
  16.