forked from gburton/CE-Phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogoff.php
More file actions
21 lines (13 loc) · 408 Bytes
/
Copy pathlogoff.php
File metadata and controls
21 lines (13 loc) · 408 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/*
$Id$
CE Phoenix, E-Commerce made Easy
https://phoenixcart.org
Copyright (c) 2021 Phoenix Cart
Released under the GNU General Public License
*/
require 'includes/application_top.php';
require language::map_to_translation('logoff.php');
$hooks->register_pipeline('reset');
require $oscTemplate->map_to_template(__FILE__, 'page');
require 'includes/application_bottom.php';