Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - PHP webinterface
  FAQ FAQ  Forum Search   Register Register  Login Login

PHP webinterface

 Post Reply Post Reply
Author
jdevv View Drop Down
Newbie
Newbie


Joined: 13 July 2005
Location: Netherlands
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote jdevv Quote  Post ReplyReply Direct Link To This Post Topic: PHP webinterface
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.242 seconds.