force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
52
modules/ftp/modules/clearcookies/clearcookies.inc.php
Executable file
52
modules/ftp/modules/clearcookies/clearcookies.inc.php
Executable file
|
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
|
||||
// -------------------------------------------------------------------------------
|
||||
// | net2ftp: a web based FTP client |
|
||||
// | Copyright (c) 2003-2013 by David Gartner |
|
||||
// | |
|
||||
// | This program is free software; you can redistribute it and/or |
|
||||
// | modify it under the terms of the GNU General Public License |
|
||||
// | as published by the Free Software Foundation; either version 2 |
|
||||
// | of the License, or (at your option) any later version. |
|
||||
// | |
|
||||
// -------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// **************************************************************************************
|
||||
// **************************************************************************************
|
||||
// ** **
|
||||
// ** **
|
||||
|
||||
function net2ftp_module_sendHttpHeaders() {
|
||||
|
||||
// --------------
|
||||
// This function sends HTTP headers
|
||||
// --------------
|
||||
|
||||
setcookie("net2ftpcookie_ftpserver", "", 1);
|
||||
setcookie("net2ftpcookie_ftpserverport", "", 1);
|
||||
setcookie("net2ftpcookie_username", "", 1);
|
||||
setcookie("net2ftpcookie_language", "", 1);
|
||||
setcookie("net2ftpcookie_skin", "", 1);
|
||||
setcookie("net2ftpcookie_ftpmode", "", 1);
|
||||
setcookie("net2ftpcookie_passivemode", "", 1);
|
||||
setcookie("net2ftpcookie_protocol", "", 1);
|
||||
setcookie("net2ftpcookie_viewmode", "", 1);
|
||||
setcookie("net2ftpcookie_sort", "", 1);
|
||||
setcookie("net2ftpcookie_sortorder", "", 1);
|
||||
setcookie("net2ftpcookie_directory", "", 1);
|
||||
|
||||
header("Location: index.php");
|
||||
|
||||
} // end net2ftp_sendHttpHeaders
|
||||
|
||||
// ** **
|
||||
// ** **
|
||||
// **************************************************************************************
|
||||
// **************************************************************************************
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue