Last change
on this file since 815 was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
466 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // +-------------------------------------------------+ |
---|
3 | // © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net) |
---|
4 | // +-------------------------------------------------+ |
---|
5 | // $Id: output_txt.inc.php,v 1.4 2007-03-10 08:32:25 touraine37 Exp $ |
---|
6 | |
---|
7 | if (stristr($_SERVER['REQUEST_URI'], ".inc.php")) die("no access"); |
---|
8 | |
---|
9 | function _get_header_($output_params) { |
---|
10 | |
---|
11 | $r=""; |
---|
12 | |
---|
13 | return $r; |
---|
14 | } |
---|
15 | |
---|
16 | function _get_footer_($output_params) { |
---|
17 | return ""; |
---|
18 | } |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.