[FIX] copyright angepasst und den richtigen Pfad zu den Firmwares eingetragen in die config.inc.php

This commit is contained in:
CasparA 2016-05-10 13:22:14 +02:00
parent 9090eff9c1
commit 3efe9c6ed9
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
* *
*/ */
$firmware_download_path = "firmware/"; $firmware_download_path = "../firmware/";
$variante['beta']['factory'] = 0; $variante['beta']['factory'] = 0;
$variante['beta']['sysupgrade'] = 0; $variante['beta']['sysupgrade'] = 0;

View File

@ -1,7 +1,8 @@
/** /**
* @author Caspar Armster, www.buchlichter.de * @author Caspar Armster
* @copyright 2016 - buchlichter.de, Germany * @copyright 2016 Caspar Armster, Freifunk Hennef
* @license die Benutzung, Verbreitung, Änderung ohne die schriftliche Erlaubnis von Buchlichter GbR ist nicht zulässig * @license Licensed under GPLv3
*
*/ */
.panel-footer { .panel-footer {
font-size: 80%; font-size: 80%;