~ubuntu-branches/ubuntu/trusty/bacula-doc/trusty

« back to all changes in this revision

Viewing changes to home-page/pages/logout.php

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2006-08-15 09:44:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060815094408-1kvvfls2hs3d9uw8
Tags: upstream-1.38.11.1
ImportĀ upstreamĀ versionĀ 1.38.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<? require_once("inc/header.php"); ?>
 
2
 
 
3
<?
 
4
?>
 
5
 
 
6
<div class="login">
 
7
        <? session_destroy(); ?>
 
8
        <META HTTP-EQUIV=Refresh CONTENT="2; URL=/">
 
9
        You have officially been pimp^Wlogged out.
 
10
</div>
 
11
 
 
12
<? require_once("inc/footer.php"); ?>