Skip to content

Commit

Permalink
fix proper @web and @webroot refs
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Mar 19, 2024
1 parent dd03874 commit 94a25f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/modules/settings/models/ConfigureForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class ConfigureForm extends Model
public $twitter_hashtags;
public $registrations_start;
public $registrations_end;
public $challenge_home='@web/uploads';
public $challenge_root='/uploads/';
public $challenge_home='@webroot/uploads';
public $challenge_root='@web/uploads';
public $offense_registered_tag;
public $defense_registered_tag;
public $offense_domain;
Expand Down

0 comments on commit 94a25f9

Please sign in to comment.