aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/policy/private/naplo/naplo-pre.php
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 21:20:34 +0100
committerM.Gergo2019-03-08 21:20:34 +0100
commitf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch)
treee13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/www/policy/private/naplo/naplo-pre.php
parentc76a004b0135786f2742283f8d5f917106f58bd8 (diff)
downloadmayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz
mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip
további rendrakás
Diffstat (limited to 'mayor-orig/www/policy/private/naplo/naplo-pre.php')
-rw-r--r--mayor-orig/www/policy/private/naplo/naplo-pre.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/mayor-orig/www/policy/private/naplo/naplo-pre.php b/mayor-orig/www/policy/private/naplo/naplo-pre.php
deleted file mode 100644
index 85dfa076..00000000
--- a/mayor-orig/www/policy/private/naplo/naplo-pre.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
- if (_RIGHTS_OK !== true) die();
-
- require_once('include/modules/naplo/share/intezmenyek.php');
-
- $intezmeny = readVariable($_POST['intezmeny'], 'strictstring', defined('__INTEZMENY') ? __INTEZMENY : null);
- if ($action == 'intezmenyValasztas') {
- if (isset($intezmeny) && $intezmeny !== __INTEZMENY) {
- if (updateSessionIntezmeny($intezmeny)) {
- header('Location: '.location('index.php?page=naplo&sub=intezmeny&f=valtas'));
- }
- }
- }
-
- /* TOOL */
- $TOOL['intezmenySelect'] = array('tipus' => 'sor', 'post' => array(), 'action' => 'intezmenyValasztas');
-
- getToolParameters();
- if (__TANAR) $beirasiAdatok['beiratlan'] = getBeirasiAdatok();
-
-?>