Overview
Comment:Tentative de résoudre [117dbbfe67]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.0
Files: files | file ages | folders
SHA1: 570569e36a4110f47f2992c74f8c1a31dc7219db
User & Date: bohwaz on 2013-03-12 23:54:05
Other Links: manifest | tags
Context
2013-03-15
10:46
Ignorer les *.sqlite check-in: c797d13294 user: bohwaz tags: trunk
2013-03-12
23:54
Tentative de résoudre [117dbbfe67] check-in: 570569e36a user: bohwaz tags: trunk, 0.5.0
2013-03-10
10:52
Bon c'est dans install.php qu'il faut renommer le fichier, car c'est là qu'on va arriver check-in: 8015160a15 user: bohwaz tags: trunk
Changes

Modified include/init.php from [f061ffc7f9] to [febbfb1706].

132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
    //$error .= print_r($_SERVER, true);

    echo '<pre>';
    echo $error;
    exit;
}

set_error_handler("Garradin\exception_error_handler");
set_exception_handler("Garradin\exception_handler");

// Nettoyage des variables GPC pour ceux qui n'auraient
// toujours pas désactivé les magic quotes
if (get_magic_quotes_gpc())
{
    function strip_slashes_from_user_data(&$array)
    {







|
|







132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
    //$error .= print_r($_SERVER, true);

    echo '<pre>';
    echo $error;
    exit;
}

set_error_handler('Garradin\exception_error_handler');
set_exception_handler('Garradin\exception_handler');

// Nettoyage des variables GPC pour ceux qui n'auraient
// toujours pas désactivé les magic quotes
if (get_magic_quotes_gpc())
{
    function strip_slashes_from_user_data(&$array)
    {