mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Add a new line charater to the error message when the installer is
being run a 2nd time after the a successful installation.
This commit is contained in:
@@ -48,7 +48,7 @@ if (PHP_SAPI != "cli") {
|
||||
}
|
||||
|
||||
if (file_exists("var/installed")) {
|
||||
die("Gallery3 is already installed... exiting");
|
||||
die("Gallery3 is already installed... exiting\n");
|
||||
}
|
||||
|
||||
array_shift($argv); // remove the script name from the arguments
|
||||
|
||||
Reference in New Issue
Block a user