$path . '</code><br />' . $solution_str .
'<br />' . $mkdir_str2);
- foreach (array ('files', 'links', 'async') as $subdir)
+ foreach (array ('files', 'links', 'async', 'alias') as $subdir)
{
$subpath = $path.$subdir;
"2"><?php echo
t
('Jirafeau has an administration interface (through admin.php). ' .
- 'You can set a password to access the interface or leave it be empty ' .
+ 'You can set a password to access the interface or leave it empty ' .
'to disable the interface.');
?></td> </tr> <tr> <td class = "label"><label for = "select_password"
><?php echo t('Administration password') . ':';