LinkStack/resources/views/components/pre-update.blade.php

4 lines
225 B
PHP
Raw Normal View History

2023-05-01 12:49:41 +02:00
<?php
// Runs before updating
2023-05-05 12:59:04 +02:00
if(trim(file_get_contents(base_path("version.json"))) < '4.0.0')file_put_contents(base_path('config/advanced-config.php'), file_get_contents(base_path('storage/templates/advanced-config.php')));