root/trunk/rms-web/logout.php

Revision 4570, 88 bytes (checked in by erijo, 2 years ago)

Undo r4567 since rms-web has not been replaced by licqweb.
Also fixed most of the images (they were broken) by copying them from
licqweb.

  • Property svn:eol-style set to native
Line 
1<?php
2include "check_session.php";
3session_destroy();
4header("Location: index.php");
5?>
Note: See TracBrowser for help on using the browser.