Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
unnötige Variable entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Jun 27, 2019
1 parent 6f198ba commit 297c788
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
* @copyright Copyright 2003-2019 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart-pro.at/license/2_0.txt GNU Public License V2.0
* @version $Id: login_box.php 2019-06-27 07:54:04Z webchills $
* @version $Id: login_box.php 2019-06-27 21:19:04Z webchills $
*/

if (($_GET['main_page'] != FILENAME_LOGIN && $_GET['main_page'] != FILENAME_CREATE_ACCOUNT && $_GET['main_page'] != FILENAME_PASSWORD_FORGOTTEN)) {

$login_box[] = TEXT_LOGIN_BOX;
if (($_GET['main_page'] != FILENAME_LOGIN && $_GET['main_page'] != FILENAME_CREATE_ACCOUNT && $_GET['main_page'] != FILENAME_PASSWORD_FORGOTTEN)) {

if (!zen_is_logged_in()) {
$title = BOX_HEADING_LOGIN_BOX;
Expand Down

0 comments on commit 297c788

Please sign in to comment.