mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix Upgrade Script
This commit is contained in:
@@ -53,8 +53,8 @@ class module_console_systemUpgrade extends Command
|
||||
if ($continue == 'y')
|
||||
{
|
||||
|
||||
$file = __DIR__ . "/../../config/config.sample.yml";
|
||||
$file1 = __DIR__ . "/../../config/config.yml";
|
||||
$file = __DIR__ . "/../../../../config/config.sample.yml";
|
||||
$file1 = __DIR__ . "/../../../../config/config.yml";
|
||||
|
||||
if (!copy($file, $file1))
|
||||
{
|
||||
|
Reference in New Issue
Block a user