mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-13 09:52:20 +02:00
4 lines
194 B
PHP
4 lines
194 B
PHP
<?php
|
|
// Runs before updating
|
|
|
|
if(trim(file_get_contents(base_path("version.json"))) < '4.0.0')copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
|