Subversion Repositories webcounter

Compare Revisions

No changes between revisions

Regard whitespace Rev 2 → Rev 3

/trunk/config/.htaccess
0,0 → 1,3
deny from all
 
 
/trunk/config/config_dist.inc.php
0,0 → 1,15
<?php
 
/*
* PHP Counter mit Reloadsperre, Textdatenbank und Graphic-Libary (without Error Images)
* (C)Copyright 2010 - 2017 Daniel Marschall
* Revision: 2017-05-04
*/
 
// EDIT THIS FILE, THEN RENAME IT TO config.inc.php !
 
define('RELOADSPERRE_MINS', 60);
define('PDO_HOST', 'mysql:host=localhost;dbname=xxx'/*.';charset=utf8'*/);
define('PDO_USER', 'xxx');
define('PDO_PASS', 'xxx');
define('OWN_URL', 'https://www.daniel-marschall.de/counter/');
/trunk/config/.
Property changes:
Added: svn:ignore
+config.inc.php