cc-2182: convert back to restful design
-initial commit
This commit is contained in:
parent
b3beab1dbd
commit
9e01e389ea
5 changed files with 17 additions and 39 deletions
|
@ -1513,7 +1513,8 @@ class StoredFile {
|
|||
public function getFileUrl()
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
return $this->gunid.".".$this->getFileExtension();
|
||||
return "http://$CC_CONFIG[baseUrl]:$CC_CONFIG[basePort]/".$this->gunid.".".$this->getFileExtension();
|
||||
//return $CC_CONFIG["base_url"]..$this->gunid.".".$this->getFileExtension();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue