mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-08 16:18:03 -06:00
Rename to Polyboard
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### A very dynamic dashboard, with many features
|
### 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)
|
[Read the wiki!](https://github.com/Astatin3/Modulator/wiki)
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
var req = new XMLHttpRequest();
|
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);
|
req.send(null);
|
||||||
|
|
||||||
if(req.status == 200) {
|
if(req.status == 200) {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
var req = new XMLHttpRequest();
|
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);
|
req.send(null);
|
||||||
|
|
||||||
if(req.status == 200) {
|
if(req.status == 200) {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
var req = new XMLHttpRequest();
|
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);
|
req.send(null);
|
||||||
|
|
||||||
if(req.status == 200) {
|
if(req.status == 200) {
|
||||||
|
|||||||
+1
-1
@@ -130,7 +130,7 @@ def err404(err):
|
|||||||
|
|
||||||
class webserv():
|
class webserv():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.title = 'Modulator'
|
self.title = 'Polyboard'
|
||||||
self.port = 443
|
self.port = 443
|
||||||
self.host = '0.0.0.0'
|
self.host = '0.0.0.0'
|
||||||
self.verbose = False
|
self.verbose = False
|
||||||
|
|||||||
Reference in New Issue
Block a user