chore: Removes unused example files

This commit is contained in:
Vincent Mahnke 2025-10-11 21:47:48 +02:00 committed by Vincent Mahnke
commit b85516e397
2 changed files with 0 additions and 32 deletions

View file

@ -1,17 +0,0 @@
<?php
define('DEFAULT_ZOOM', 15);
define('DEFAULT_LAT', 52.37672572);
define('DEFAULT_LON', 9.73787785);
define('DEFAULT_LANGUAGE', 'en');
define('DEFAULT_PIE', 'country');
define('DEFAULT_TIME', 'single');
define('MYSQL_HOST', 'localhost');
define('MYSQL_DB', 'camera');
define('MYSQL_USER', 'camselect');
define('MYSQL_PASSWD', null);
define('USE_STATISTICS', false);
?>