Rename to Polyboard

This commit is contained in:
Astatin3
2024-02-25 11:30:07 -07:00
parent 6eca9379cf
commit 1f5ffc1061
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
### A very dynamic dashboard, with many features
Modulator is basically just a fancy dashboard template, but with a very extensible module system, and security features!
Polyboard is basically just a fancy dashboard template, but with a very extensible module system, and security features!
[Read the wiki!](https://github.com/Astatin3/Modulator/wiki)
+1 -1
View File
@@ -8,7 +8,7 @@
var req = new XMLHttpRequest();
req.open('GET', 'https://raw.githubusercontent.com/Astatin3/Modulator/main/README.md', false);
req.open('GET', 'https://raw.githubusercontent.com/Astatin3/Polyboard/main/README.md', false);
req.send(null);
if(req.status == 200) {
+1 -1
View File
@@ -8,7 +8,7 @@
var req = new XMLHttpRequest();
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Modulator/Home.md', false);
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Polyboard/Home.md', false);
req.send(null);
if(req.status == 200) {
+1 -1
View File
@@ -8,7 +8,7 @@
var req = new XMLHttpRequest();
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Modulator/Writing-a-module.md', false);
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Polyboard/Writing-a-module.md', false);
req.send(null);
if(req.status == 200) {
+1 -1
View File
@@ -130,7 +130,7 @@ def err404(err):
class webserv():
def __init__(self):
self.title = 'Modulator'
self.title = 'Polyboard'
self.port = 443
self.host = '0.0.0.0'
self.verbose = False