From 369d7f5107428334e55db19eadb4df176da52d3b Mon Sep 17 00:00:00 2001 From: Date: Tue, 6 May 2008 14:46:30 +0200 Subject: [PATCH] change the comment path line for the zip build --- include/lassospkit_datadir.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lassospkit_datadir.inc.php b/include/lassospkit_datadir.inc.php index 5391ef2..0df14fc 100644 --- a/include/lassospkit_datadir.inc.php +++ b/include/lassospkit_datadir.inc.php @@ -5,7 +5,7 @@ */ function lassospkit_datadir() { $path = '/var/lib/spkitlasso/' . $_SERVER['HTTP_HOST']; - // $path = $_SERVER['DOCUMENT_ROOT'] . '/data'; + // $path = basedir(basedir(__FILE__)) . FILE_SEPARATOR . "data"; if (! file_exists($path)) { @mkdir($path,755,1); }