Adding commented command to change courses and main/upload permissions

1.9.x
Julio Montoya 12 years ago
parent a893aca07d
commit 27f5d0d92f
  1. 10
      main/cron/import_csv.php

@ -702,3 +702,13 @@ $import->setDumpValues($dump);
// Do not moves the files to treated
$import->test = true;
$import->run();
/*
$command = "sudo find ".api_get_path(SYS_COURSE_PATH)." -type d -exec chmod 777";
system($command);
$command = "sudo find ".api_get_path(SYS_CODE_PATH)."upload/users -type d -exec chmod 777";
system($command);
*/

Loading…
Cancel
Save