source: temp/trunk/html/admin/logout.php @ 5922

Revision 5922, 231 bytes checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2/*
3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7require_once("./require.php");
8
9$objSess = new SC_Session();
10$objSess->logout();
11
12header("Location: /admin/index.php");
13
14?>
Note: See TracBrowser for help on using the repository browser.