diff --git a/code/web/private_php/setup/config/config.php b/code/web/private_php/setup/config/config.php index 5e087ca00..5c8167ba1 100644 --- a/code/web/private_php/setup/config/config.php +++ b/code/web/private_php/setup/config/config.php @@ -122,4 +122,5 @@ $INGAME_LAYOUT = "basic"; $FORCE_INGAME = false; //file storage path (must be a publicly accessible url for -$FILE_STORAGE_PATH = $PUBLIC_PHP_PATH."\\ams\\files\\"; \ No newline at end of file +$FILE_STORAGE_PATH = $PUBLIC_PHP_PATH."\\ams\\files\\"; +$FILE_WEB_PATH = $BASE_WEBPATH."files/"; \ No newline at end of file