Overview
Comment:Plugin système vide par défaut
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e1f60958849dd3674d2433ff446653affd5fb870
User & Date: bohwaz on 2014-04-12 00:40:12
Other Links: manifest | tags
Context
2014-04-12
00:41
Restreindre les dates acceptées dans les champs persos check-in: 0c2ea2638c user: bohwaz tags: trunk
00:40
Plugin système vide par défaut check-in: e1f6095884 user: bohwaz tags: trunk
00:39
Possibilité de définir des plugins système check-in: 90014d935d user: bohwaz tags: trunk
Changes

Modified src/include/init.php from [6e363a5c56] to [9daab30c7a].

90
91
92
93
94
95
96





97
98
99
100
101
102
103
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108







+
+
+
+
+







    define('Garradin\WWW_URL', 'http' . (!empty($_SERVER['HTTPS']) ? 's' : '') . '://' . $host . WWW_URI);
}

if (!defined('Garradin\PLUGINS_ROOT'))
{
    define('Garradin\PLUGINS_ROOT', DATA_ROOT . '/plugins');
}

if (!defined('Garradin\PLUGINS_SYSTEM'))
{
    define('Garradin\PLUGINS_SYSTEM', '');
}

// Affichage des erreurs par défaut
if (!defined('Garradin\SHOW_ERRORS'))
{
    define('Garradin\SHOW_ERRORS', true);
}