aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/policy/private/naplo/naplo-pre.php
diff options
context:
space:
mode:
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();
-
-?>