diff options
author | M.Gergo | 2020-08-27 12:00:04 +0200 |
---|---|---|
committer | M.Gergo | 2020-08-27 12:00:04 +0200 |
commit | 9044c44af70eff76d875137de553d5904e475f6d (patch) | |
tree | baff1a46ba01ecbda4dd0ec182c5e88919c25b90 /mayor-orig/mayor-base | |
parent | 0c50e985f6f59a4239e0b992ebdf515fb963e028 (diff) | |
download | mayor-9044c44af70eff76d875137de553d5904e475f6d.tar.gz mayor-9044c44af70eff76d875137de553d5904e475f6d.zip |
Rev: 4675rev4675
Diffstat (limited to 'mayor-orig/mayor-base')
-rw-r--r-- | mayor-orig/mayor-base/log/mayor-base.rev | 2 | ||||
-rw-r--r-- | mayor-orig/mayor-base/www/include/base/rights.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-base/log/mayor-base.rev b/mayor-orig/mayor-base/log/mayor-base.rev index 23d66a57..d197bb6d 100644 --- a/mayor-orig/mayor-base/log/mayor-base.rev +++ b/mayor-orig/mayor-base/log/mayor-base.rev @@ -1 +1 @@ -4674 +4675 diff --git a/mayor-orig/mayor-base/www/include/base/rights.php b/mayor-orig/mayor-base/www/include/base/rights.php index 89d36f7c..c30a927d 100644 --- a/mayor-orig/mayor-base/www/include/base/rights.php +++ b/mayor-orig/mayor-base/www/include/base/rights.php @@ -250,7 +250,7 @@ function validUser($sessionID,$policy,$skin='',$lang='') { } if (count($_POST)>0) { if (!empty($_POST['mayorToken'])) { - if ($page=='naplo'&&$sub=='tanev'&&$f=='targyBontas') { + if ($page=='naplo'&&$sub=='tanev'&&$f=='targyBontasX') { //skip check :( TODO!!!! if (hash_equals($_SESSION['mayorToken'], $_POST['mayorToken'])) { // OK, token regenerálás + visszakuldjuk az ETAG-ben |