diff --git a/class/core/config_api.py b/class/core/config_api.py index 673bda601..e17636072 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -1,5 +1,17 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 配置操作 +# --------------------------------------------------------------------------------- + import psutil import time import os diff --git a/class/core/crontab_api.py b/class/core/crontab_api.py index 161107fd1..44fa2c72a 100755 --- a/class/core/crontab_api.py +++ b/class/core/crontab_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 计划任务操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/files_api.py b/class/core/files_api.py index ff2f72b77..7ca8f14ce 100755 --- a/class/core/files_api.py +++ b/class/core/files_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 文件类操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/firewall_api.py b/class/core/firewall_api.py index 729a7639a..2e01213af 100755 --- a/class/core/firewall_api.py +++ b/class/core/firewall_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 防火墙操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/plugins_api.py b/class/core/plugins_api.py index 5a720b9cc..aea03a668 100755 --- a/class/core/plugins_api.py +++ b/class/core/plugins_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 插件操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/site_api.py b/class/core/site_api.py index 6a91d3f83..89427f6c5 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -1,5 +1,17 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 站点操作 +# --------------------------------------------------------------------------------- + import time import os import sys diff --git a/class/core/system_api.py b/class/core/system_api.py index 468999ac6..09e9fc78a 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 系统信息操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/task_api.py b/class/core/task_api.py index 5565cb432..19d485e02 100755 --- a/class/core/task_api.py +++ b/class/core/task_api.py @@ -1,5 +1,18 @@ # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 任务页操作 +# --------------------------------------------------------------------------------- + + import psutil import time import os diff --git a/class/core/vilidate.py b/class/core/vilidate.py index 6d8efdcf7..14cf6abfb 100755 --- a/class/core/vilidate.py +++ b/class/core/vilidate.py @@ -1,6 +1,17 @@ -#!/usr/bin/env python # coding: utf-8 +# --------------------------------------------------------------------------------- +# MW-Linux面板 +# --------------------------------------------------------------------------------- +# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. +# --------------------------------------------------------------------------------- +# Author: midoks +# --------------------------------------------------------------------------------- + +# --------------------------------------------------------------------------------- +# 验证码操作 +# --------------------------------------------------------------------------------- + import random import math