Update the installed lua scripts when running upgrade.php or advanced -> upgrade schema.
This commit is contained in:
parent
d6f6a3e518
commit
73375214cd
|
|
@ -53,10 +53,8 @@ include "root.php";
|
|||
$this->recursive_copy($src.'/'.$file, $dst.'/'.$file);
|
||||
}
|
||||
else {
|
||||
if (!file_exists($dst.'/'.$file)) {
|
||||
//echo "copy(".$src."/".$file.", ".$dst."/".$file.");<br />\n";
|
||||
copy($src.'/'.$file, $dst.'/'.$file);
|
||||
}
|
||||
//echo "copy(".$src."/".$file.", ".$dst."/".$file.");<br />\n";
|
||||
copy($src.'/'.$file, $dst.'/'.$file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue