Removed app icons from git
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
client/app/icons/*
|
||||
server/config.php
|
||||
api/config.php
|
||||
.htaccess
|
||||
!.keepfolder
|
||||
|
||||
0
client/app/icons/.keepfolder
Normal file
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
@@ -5,7 +5,6 @@
|
||||
define('SEND_ERRORS', true); // send errors via log
|
||||
|
||||
date_default_timezone_set('Europe/Berlin');
|
||||
define('SERVER_GITDIR', __DIR__ . '/../.git/'); // path to git folder (with trailing slash)
|
||||
define('SERVER_PATH', '/subfolder'); // path to root directory
|
||||
define('SERVER_ADDR', 'https://' . $_SERVER['SERVER_NAME'] . SERVER_PATH); // path to root directory
|
||||
define('LOGGING_APIKEY', 'xxx'); // Apikey for Logging API -> get from ostertun.net/logging
|
||||
|
||||