PHP Classes

File: SmallServerAdmin/logout.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/logout.php   Download  
File: SmallServerAdmin/logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 64 bytes
 

Contents

Class file image Download
<?php
  header
('Location: //log:out@'.$_SERVER['HTTP_HOST']);
?>