|
@@ -151,4 +151,5 @@ class Profile implements TenancyIdTraitInterface
|
|
|
|
|
|
function getDownloadAsK(){return $this->units($this->getDownload(), "k"); }
|
|
|
function getUploadAsK() {return $this->units($this->getUpload() , "k"); }
|
|
|
+ function getRadiusName() {return preg_replace("|[^A-Za-z0-9]|", "-", $this->name); }
|
|
|
}
|