Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 807 | Revision 812 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 807 Revision 808
Zeile 60... Zeile 60...
60
                "nav"               => $GLOBALS["menu"],
60
                "nav"               => $GLOBALS["menu"],
61
                "ini"               => $GLOBALS["INI"],
61
                "ini"               => $GLOBALS["INI"],
62
                "langstrings"       => $GLOBALS["langstrings"],
62
                "langstrings"       => $GLOBALS["langstrings"],
63
            ] );
63
            ] );
64
        }
64
        }
-
 
65
 
-
 
66
        public function logout()
-
 
67
        {
-
 
68
            unset( $_SESSION["SHOP"]["Login"] );
-
 
69
            unset( $_SESSION["SHOP"]["buy"]["Persdata"] );
-
 
70
        }
65
    }
71
    }