mirror of
https://github.com/flarum/core.git
synced 2025-10-10 14:34:30 +02:00
Change base URL etc. in config.php file
This commit is contained in:
@@ -38,7 +38,7 @@ abstract class Action
|
||||
*/
|
||||
protected function redirectTo($url)
|
||||
{
|
||||
$url = Core::config('base_url') . $url;
|
||||
$url = Core::url() . $url;
|
||||
|
||||
$content = sprintf('
|
||||
<!DOCTYPE html>
|
||||
|
Reference in New Issue
Block a user