Comment 1 for bug 1843537

Revision history for this message
Jochen K (jochen-kinsinger) wrote : Re: CSV-Upload Users

Maybe i found the error:

in html\admin\users\uploadcsv.php on line 499

<code>
redirect('/admin/users/uploadcsv.php');
</code>

should be:
<code>
redirect(get_config('wwwroot').'admin/users/uploadcsv.php
</code>

similar to line 45