Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/views/__init__.py

13 lines
256 B

from dashboard import *
from site import *
from files import *
from soft import *
from config import *
from task import *
from system import *
from plugins import *
from database import *
from crontab import *
from firewall import *
from control import *