mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-16 11:02:40 +01:00
removed redundant message
This commit is contained in:
parent
273722dc7e
commit
f9c54dbbbe
@ -5,11 +5,6 @@ define('VERSION', '5.2.0');
|
|||||||
require 'inc/bootstrap.php';
|
require 'inc/bootstrap.php';
|
||||||
loadConfig();
|
loadConfig();
|
||||||
|
|
||||||
if (!is_writable('inc/secrets.php') || !is_writable('inc/')) {
|
|
||||||
echo 'install.php does not have permission to write to /inc/secrets.php and/or /inc/, without permission the installer cannot continue';
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Salt generators
|
// Salt generators
|
||||||
class SaltGen {
|
class SaltGen {
|
||||||
public $salt_length = 128;
|
public $salt_length = 128;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user