mirror of https://github.com/sualko/cloud_bbb
parent
c9a92b8695
commit
818802ad73
|
@ -9,7 +9,7 @@ class Presentation {
|
||||||
|
|
||||||
public function __construct(string $url, string $filename) {
|
public function __construct(string $url, string $filename) {
|
||||||
$this->url = $url;
|
$this->url = $url;
|
||||||
$this->filename = $filename;
|
$this->filename = preg_replace('/[^\x20-\x7E]+/','#', $filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getUrl(): string {
|
public function getUrl(): string {
|
||||||
|
|
Loading…
Reference in New Issue