]> git.mxchange.org Git - friendica.git/commitdiff
Delete frio dynamic.php
authorAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 19 Apr 2017 19:44:13 +0000 (21:44 +0200)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 19 Apr 2017 19:44:13 +0000 (21:44 +0200)
https://github.com/friendica/friendica/pull/3326#discussion_r112116929

view/theme/frio/img/dynamic.php [deleted file]

diff --git a/view/theme/frio/img/dynamic.php b/view/theme/frio/img/dynamic.php
deleted file mode 100644 (file)
index b8f71ef..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?php return array (
-  'components' => 
-  array (
-    'db' => 
-    array (
-      'class' => 'yii\\db\\Connection',
-      'dsn' => 'mysql:host=127.0.0.1;dbname=installer',
-      'username' => 'root',
-      'password' => 'root',
-      'charset' => 'utf8mb4',
-    ),
-    'user' => 
-    array (
-    ),
-    'mailer' => 
-    array (
-      'transport' => 
-      array (
-        'class' => 'Swift_MailTransport',
-      ),
-    ),
-    'view' => 
-    array (
-      'theme' => 
-      array (
-        'name' => 'HumHub',
-      ),
-    ),
-    'formatter' => 
-    array (
-      'defaultTimeZone' => 'Europe/Berlin',
-    ),
-    'formatterApp' => 
-    array (
-      'defaultTimeZone' => 'Europe/Berlin',
-      'timeZone' => 'Europe/Berlin',
-    ),
-  ),
-  'params' => 
-  array (
-    'installer' => 
-    array (
-      'db' => 
-      array (
-        'installer_hostname' => '127.0.0.1',
-        'installer_database' => 'installer',
-      ),
-    ),
-    'config_created_at' => 1440430541,
-    'installed' => true,
-  ),
-  'name' => 'Installer',
-  'language' => 'de',
-  'timeZone' => 'Europe/Berlin',
-); ?>
\ No newline at end of file