diff options
author | M.Gergo | 2019-03-08 21:20:34 +0100 |
---|---|---|
committer | M.Gergo | 2019-03-08 21:20:34 +0100 |
commit | f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch) | |
tree | e13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/www/policy/parent/naplo | |
parent | c76a004b0135786f2742283f8d5f917106f58bd8 (diff) | |
download | mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip |
további rendrakás
Diffstat (limited to 'mayor-orig/www/policy/parent/naplo')
-rw-r--r-- | mayor-orig/www/policy/parent/naplo/diakValaszto-pre.php | 34 | ||||
-rw-r--r-- | mayor-orig/www/policy/parent/naplo/diakValaszto.php | 8 | ||||
l--------- | mayor-orig/www/policy/parent/naplo/hirnok | 1 | ||||
-rw-r--r-- | mayor-orig/www/policy/parent/naplo/naplo-pre.php | 5 | ||||
-rw-r--r-- | mayor-orig/www/policy/parent/naplo/naplo.php | 0 |
5 files changed, 0 insertions, 48 deletions
diff --git a/mayor-orig/www/policy/parent/naplo/diakValaszto-pre.php b/mayor-orig/www/policy/parent/naplo/diakValaszto-pre.php deleted file mode 100644 index 90fa6df3..00000000 --- a/mayor-orig/www/policy/parent/naplo/diakValaszto-pre.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php - - if (_RIGHTS_OK !== true) die(); - require_once('include/modules/naplo/share/szulo.php'); - - $diakId = readVariable($_POST['diakId'],'id',null); - $SZULODIAKJAI = getSzuloDiakjai(); - - if (!is_array($SZULODIAKJAI) || count($SZULODIAKJAI)==0) { - $_SESSION['alert'][] = ':!E12:nincs_egy_diakja_se:'._USERACCOUNT.':'._POLICY; - } - if ($action == 'valaszt') { - for ($i=0; $i<count($SZULODIAKJAI); $i++) { - if ($SZULODIAKJAI[$i]['diakId']==$diakId) { - updateSessionParentDiakId($diakId) ; -// setcookie(_SESSIONID.'-diakIdOk', true, 0, '/'); - $_SESSION['szuloDiakIdOk']=true; - if ($DEFAULT_PSF['parent']['f'] != 'diakValaszto' || $DEFAULT_PSF['parent']['page'] != 'naplo') - header('Location: '.location('index.php?page='.$DEFAULT_PSF['parent']['page'].'&sub='.$DEFAULT_PSF['parent']['sub'].'&f='.$DEFAULT_PSF['parent']['f'])); - elseif ($DEFAULT_PSF['parent']['f'] == 'diakValaszto') - header('Refresh:0'); // a konstans előbb definiálódik - break; - } - } - //---- - } elseif (count($SZULODIAKJAI)==1) { - updateSessionParentDiakId($SZULODIAKJAI[0]['diakId']) ; -// setcookie(_SESSIONID.'-diakIdOk', true, 0, '/'); - $_SESSION['szuloDiakIdOk']=true; - if ($DEFAULT_PSF['parent']['f'] != 'diakValaszto' || $DEFAULT_PSF['parent']['page'] != 'naplo') - header('Location: '.location('index.php?page='.$DEFAULT_PSF['parent']['page'].'&sub='.$DEFAULT_PSF['parent']['sub'].'&f='.$DEFAULT_PSF['parent']['f'])); - } - -?> diff --git a/mayor-orig/www/policy/parent/naplo/diakValaszto.php b/mayor-orig/www/policy/parent/naplo/diakValaszto.php deleted file mode 100644 index b64ee30c..00000000 --- a/mayor-orig/www/policy/parent/naplo/diakValaszto.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php - - if (_RIGHTS_OK !== true) die(); - global $SZULODIAKJAI; - - putDiakValasztoForm($SZULODIAKJAI); - -?> diff --git a/mayor-orig/www/policy/parent/naplo/hirnok b/mayor-orig/www/policy/parent/naplo/hirnok deleted file mode 120000 index 56d56cc8..00000000 --- a/mayor-orig/www/policy/parent/naplo/hirnok +++ /dev/null @@ -1 +0,0 @@ -../../private/naplo/hirnok
\ No newline at end of file diff --git a/mayor-orig/www/policy/parent/naplo/naplo-pre.php b/mayor-orig/www/policy/parent/naplo/naplo-pre.php deleted file mode 100644 index bec91f25..00000000 --- a/mayor-orig/www/policy/parent/naplo/naplo-pre.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - - header('Location: '.location('index.php?page=naplo&sub=osztalyozo&f=diak')); - -?>
\ No newline at end of file diff --git a/mayor-orig/www/policy/parent/naplo/naplo.php b/mayor-orig/www/policy/parent/naplo/naplo.php deleted file mode 100644 index e69de29b..00000000 --- a/mayor-orig/www/policy/parent/naplo/naplo.php +++ /dev/null |