Overview
Comment:Cette constante n'existe pas ici
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6a4c19807f5640ff8943309ea478bab32e987b10
User & Date: bohwaz on 2014-02-14 02:08:55
Other Links: manifest | tags
Context
2014-02-14
03:58
Déterminer le chemin de manière plus fiable check-in: 9415656c7c user: bohwaz tags: trunk
02:08
Cette constante n'existe pas ici check-in: 6a4c19807f user: bohwaz tags: trunk
02:08
Créer les répertoires de cache s'ils n'existent pas check-in: fec32ee95e user: bohwaz tags: trunk
Changes

Modified src/index.php from [c36e7f7e8f] to [5dd6160420].

36
37
38
39
40
41
42
43

44
45
46
36
37
38
39
40
41
42

43
44
45
46







-
+



		'<html><head><title>404 Not Found</title></head><body>' .
		'<h1>Not Found</h1><p>The requested URL was not found on this server.</p>' .
		'</body></html>');
}

$dir->close();

touch(GARRADIN_ROOT . '/.garradinRootProcessed');
touch(__DIR__ . '/.garradinRootProcessed');
header('Location: www/');

?>