missing semi-colon
This commit is contained in:
parent
74a8d5e1ba
commit
897a8f6cdf
1 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
|
|||
print ("// if you activate the possibility to reinitialize password by email\r\n");
|
||||
print ("// define('ADMIN_WEB', 'www-data@localhost');\r\n");
|
||||
print ("// Define a random session key if you work with different version of NOALYSS\r\n");
|
||||
printf ("define ('SESSION_KEY','%s')",generate_random_string(10)) ;
|
||||
printf ("define ('SESSION_KEY','%s');",generate_random_string(10)) ;
|
||||
|
||||
}
|
||||
/*!\brief create the config file
|
||||
|
|
@ -273,4 +273,4 @@ function config_file_create($p_array,$from_setup,$p_os=1)
|
|||
fputs($hFile, $r);
|
||||
fclose($hFile);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue