mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
Ubuntu support
This commit is contained in:
@@ -41,7 +41,7 @@ app.filter('getwebsitename', function() {
|
||||
|
||||
if(domain !== undefined) {
|
||||
|
||||
domain = domain.replace("-", "");
|
||||
domain = domain.replace(/-/g, '');
|
||||
|
||||
var domainName = domain.split(".");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user