|
@@ -543,7 +543,7 @@ function localpath_to_netpath($path)
|
|
|
} elseif (strrpos($path, 'http') !== false) {
|
|
|
return $path;
|
|
|
} else {
|
|
|
- return config('site.domain_cdnurl') . str_replace("\\", "/", $path);
|
|
|
+ return config('upload.cdnurl') . str_replace("\\", "/", $path);
|
|
|
}
|
|
|
}
|
|
|
|