1 | <?php |
||||||
2 | /************************************************************************/ |
||||||
3 | /* Donations - Paypal financial management module for Xoops 2 */ |
||||||
4 | /* Copyright (c) 2016 XOOPS Project */ |
||||||
5 | /* http://dev.xoops.org/modules/xfmod/project/?group_id=1060 */ |
||||||
6 | /* |
||||||
7 | /************************************************************************/ |
||||||
8 | /* */ |
||||||
9 | /* Based on NukeTreasury for PHP-Nuke - by Dave Lawrence AKA Thrash */ |
||||||
10 | /* NukeTreasury - Financial management for PHP-Nuke */ |
||||||
11 | /* Copyright (c) 2004 by Dave Lawrence AKA Thrash */ |
||||||
12 | /* [email protected] */ |
||||||
13 | /* [email protected] */ |
||||||
14 | /* */ |
||||||
15 | /************************************************************************/ |
||||||
16 | /* */ |
||||||
17 | /* This program is free software; you can redistribute it and/or modify */ |
||||||
18 | /* it under the terms of the GNU General Public License as published by */ |
||||||
19 | /* the Free Software Foundation; either version 2 of the License. */ |
||||||
20 | /* */ |
||||||
21 | /* This program is distributed in the hope that it will be useful, but */ |
||||||
22 | /* WITHOUT ANY WARRANTY; without even the implied warranty of */ |
||||||
23 | /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU */ |
||||||
24 | /* General Public License for more details. */ |
||||||
25 | /* */ |
||||||
26 | /* You should have received a copy of the GNU General Public License */ |
||||||
27 | /* along with this program; if not, write to the Free Software */ |
||||||
28 | /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */ |
||||||
29 | /* USA */ |
||||||
30 | /************************************************************************/ |
||||||
31 | |||||||
32 | require_once __DIR__ . '/header.php'; |
||||||
33 | redirect_header(XOOPS_URL . '/index.php', 5, _MD_XDONATION_CANCEL_MSG); |
||||||
0 ignored issues
–
show
Bug
introduced
by
![]() The function
redirect_header was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
![]() |
|||||||
34 |