forked from fballiano/p4a
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp4a.php
More file actions
30 lines (29 loc) · 1.28 KB
/
p4a.php
File metadata and controls
30 lines (29 loc) · 1.28 KB
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
<?php
/**
* This file is part of P4A - PHP For Applications.
*
* P4A is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* P4A is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with P4A. If not, see <http://www.gnu.org/licenses/lgpl.html>.
*
* To contact the authors write to: <br />
* Fabrizio Balliano <fabrizio@fabrizioballiano.it> <br />
* Andrea Giardina <andrea.giardina@crealabs.it>
*
* @author Fabrizio Balliano <fabrizio@fabrizioballiano.it>
* @author Andrea Giardina <andrea.giardina@crealabs.it>
* @copyright Copyright (c) 2003-2010 Fabrizio Balliano, Andrea Giardina
* @link http://p4a.sourceforge.net
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
* @package p4a
*/
require_once dirname(__FILE__) . "/p4a/p4a.php";