change the comment path line for the zip build

This commit is contained in:
<bdauvergne@entrouvert.com> 1210077990 +0200 0001-01-01 00:00:00 +00:00
parent a4988116f1
commit 369d7f5107
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}