Print Page | Close Window

PHP webinterface

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5354
Printed Date: 05 February 2025 at 2:46am


Topic: PHP webinterface
Posted By: jdevv
Subject: PHP webinterface
Date Posted: 10 October 2005 at 5:29pm

Hi,

I have problems with login function of the php-webinterface.

When i edit listspam.php and set quit=0 the you can always login but not
logout.

<?php
require_once 'authenticate.php';
$Quit = $_GET['Quit'];
if ($Quit = 1) {
$_SESSION['EmailTo'] = '';
}
$EmailTo = $_SESSION['EmailTo'];



Is there a solution for it?


Thanks, JD



Print Page | Close Window