-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresend_activation.php
39 lines (38 loc) · 1.32 KB
/
resend_activation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
/**
%%%copyright%%%
*
* FusionTicket - ticket reservation system
* Copyright (C) 2007-2011 Christopher Jenkins, Niels, Lou. All rights reserved.
*
* Original Design:
* phpMyTicket - ticket reservation system
* Copyright (C) 2004-2005 Anna Putrino, Stanislav Chachkov. All rights reserved.
*
* This file is part of FusionTicket.
*
* This file may be distributed and/or modified under the terms of the
* "GNU General Public License" version 3 as published by the Free
* Software Foundation and appearing in the file LICENSE included in
* the packaging of this file.
*
* This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
* THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE.
*
* Any links or references to Fusion Ticket must be left in under our licensing agreement.
*
* By USING this file you are agreeing to the above terms of use. REMOVING this licence does NOT
* remove your obligation to the terms of use.
*
* The "GNU General Public License" (GPL) is available at
* http://www.gnu.org/copyleft/gpl.html.
*
* Contact [email protected] if any conditions of this licencing isn't
* clear to you.
*/
define('ft_check','shop');
$fond='resend_activation';
require_once('includes/classes/class.router.php');
router::draw($fond);
?>