Skip to content

Commit

Permalink
FIX - Berechtigungen auf TXT - Files, Pfad im Kommentar, Admin Start …
Browse files Browse the repository at this point in the history
…auf 1.1.2016
  • Loading branch information
it-m-h committed Oct 28, 2016
1 parent 9782af7 commit 591b172
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .htaccess
@@ -1,5 +1,8 @@
<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
deny from all
</Files>
<Files "*\.txt">
deny from all
</Files>
Options -Indexes
order deny,allow
2 changes: 1 addition & 1 deletion Data/administrator/userdaten.txt
@@ -1,5 +1,5 @@
Administrator
1414796400
1477954800
100
42.5
0
Expand Down
4 changes: 2 additions & 2 deletions idtime.php
Expand Up @@ -11,7 +11,7 @@
/********************************************************************************
* Small Time
/*******************************************************************************
* Version 0.9
* Version 0.9.003
* Author: IT-Master GmbH
* www.it-master.ch / info@it-master.ch
* Copyright (c), IT-Master GmbH, All rights reserved
Expand All @@ -29,7 +29,7 @@
// ID-Verfahren weist Sicherheitsmängel auf: Jeder, dem das "secret"
// sowie der Passwort-SHA-1 bekannt ist, kann die ID nachbilden!
// Wenn das "secret" hier geändert wird, muss es auch in
// ./include/idtime-generate.php angepasst werden!
// ./modules/sites_admin/admin04_idtime_generate.php angepasst werden!
//
$idtime_secret = 'CHANGEME'; // [./0-9A-Za-z] Mehr als 21 Zeichen führen dazu, dass das Benutzer-Passwort nicht mehr in die ID-Generierung einfliesst.
// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 591b172

Please sign in to comment.