diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html
index 3f5a8c4b1..37fc088b3 100755
--- a/baseTemplate/templates/baseTemplate/index.html
+++ b/baseTemplate/templates/baseTemplate/index.html
@@ -390,6 +390,17 @@
+
+
+ {% trans "Wordpress" %}
+
+
+
+
+
{% trans "Websites" %}
diff --git a/filemanager/static/filemanager/js/fileManager.js b/filemanager/static/filemanager/js/fileManager.js
index 0f41ae271..bc7f7ac2a 100755
--- a/filemanager/static/filemanager/js/fileManager.js
+++ b/filemanager/static/filemanager/js/fileManager.js
@@ -674,7 +674,7 @@ fileManager.controller('fileManagerCtrl', function ($scope, $http, FileUploader,
var data = {
completeStartingPath: completePathToFile,
method: "listForTable",
- home: homePathBack,
+ home: "/",
domainRandomSeed: domainRandomSeed,
domainName: domainName
};
diff --git a/install/CyberPanel.repo b/install/CyberPanel.repo
deleted file mode 100644
index 4dc23d316..000000000
--- a/install/CyberPanel.repo
+++ /dev/null
@@ -1,5 +0,0 @@
-[CyberPanel]
-name=CyberPanel
-baseurl=https://rep.cyberpanel.net/
-gpgkey=https://rep.cyberpanel.net/RPM-GPG-KEY-cyberpanel
-gpgcheck=1
\ No newline at end of file