Differences From Artifact [c36e7f7e8f]:

To Artifact [5dd6160420]:


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');
header('Location: www/');

?>







|



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(__DIR__ . '/.garradinRootProcessed');
header('Location: www/');

?>