You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.4 KiB
PHP

<?php
/************************************
* Umsetzten aller möglicher $_GET-Variablen
* Damit diese auch nahcher veränderbar sind
*************************************/
$_self = $_SERVER['PHP_SELF']; // Eignere Pfad
$_sucheaktiv = $_GET["sucheaktiv"]; // Anzeige Ergebsinseite einer Suche
$_neueeintraege = $_GET["neueeintraege"]; // Anzeige der Neueintragsseite
$_suche = $_GET["suche"]; // Suchstring vom Form Suche
$_supportneu = $_GET["supportneu"]; // Support
$_supportgrund = $_GET["supportgrund"]; // Support
$_supporttext = $_GET["supporttext"]; // Support
$_supportantwort = $_GET["supportantwort"]; // Support
$_supportanzeige = $_GET["supportanzeige"]; // Support
$_supportdelfile = $_GET["supportdelfile"]; // Support
$_supportfile = $_GET["supportfile"]; // Support
$_supportanfrage = $_GET["supportanfrage"]; // Support
$_ap = $_GET['ap']; // Aktuelle Seite ($nKey)
$_an = $_GET['an']; // Aktueller Anker
$_popup = $_GET["popup"]; // Edit Menü und Popup Steuerung
$_noadmin = $_GET["noadmin"]; // Deaktiviert beim Seitengenerieren das Adminbit
$_doku_gen = $_GET["doku_gen"]; // Schaltet die Dokuanzeige auf generiert um
$_action = $_GET['action']; // Edit-Menü
$_inskey = $_GET['inskey']; // Edit-Menü
$_nKey = $_GET['nKey']; // Edit-Menü
$_admin = $_GET['admin']; // Edit-Menü
$_ebene = $_GET['ebene']; // Edit-Menü
$_ntxt = $_GET['ntxt']; // Edit-Menü
$_nhtml = $_GET['nhtml']; // Edit-Menü
$_ninfo = $_GET['ninfo']; // Edit-Menü
$_nfunkt = $_GET['nfunkt']; // Edit-Menü
$_anfix = $_GET["anfix"]; // Edit-Menü
$_feldenabled = $_GET['feldenabled']; // Edit-Menü
$_feldtoenabled = $_GET['feldtoenabled']; // Edit-Menü
$_nonav = $_GET["nonav"]; // Edit-Menü
$_navmem = $_GET["navmem"]; // Edit-Menü
$_navonly = $_GET['navonly']; // Edit-Menü
$_navonlyebene2 = $_GET["navonlyebene2"]; // Edit-Menü
$_navonlyebene3 = $_GET["navonlyebene3"]; // Edit-Menü
$_oa = $_GET["oa"]; // Open Close all Menües
$_mu = $_GET["mu"]; // Öffenen und Schliessen von Klappmenüs
$_sprache = $_GET["sprache"]; // Aktuelle Sprache
$_replzlnr = $_GET["replzlnr"]; // Edit-Htmlseiten
$_repllnknr = $_GET["repllnknr"]; // Edit-Htmlseiten
$_css = $_GET["css"]; // Css für aktuellen Browser
?>