A lot of things.

This commit is contained in:
2026-05-27 21:24:38 +02:00
parent b361f07954
commit d02baa89d6
43 changed files with 1340 additions and 231 deletions

View File

@@ -11,3 +11,9 @@ if( !function_exists( 'xfCsrfToken') ){
return app(\App\Services\XenforoService::class)->getCSRFToken();
}
}
if( !function_exists( 'xfStyleVariationUrl' ) ){
function xfStyleVariationUrl( string $variation ): string {
return config('app.forum_url') . '/misc/style-variation?variation=' . $variation . "&t=" . xfCsrfToken();
}
}