diff options
Diffstat (limited to 'security.py')
-rw-r--r-- | security.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security.py b/security.py index 8383fae..6a51f79 100644 --- a/security.py +++ b/security.py @@ -1,4 +1,4 @@ -######################################################################################## +################################################################################# # This file is part of Spheres. # Copyright (C) 2019 Jesusalva @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -######################################################################################## +################################################################################# # Adds an extra layer of security to the server # Really basic stuff, still better than nothing, though import threading, time, traceback |