File "info.php"
Full Path: /home/analogde/www/JAVA/system/info.php
File size: 2.67 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/***************************************************************
* Copyright notice
*
* (c) 2003-2004 Tobias Bender (tobias@phpXplorer.org)
* All rights reserved
*
* This script is part of the phpXplorer project. The phpXplorer project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
* A copy is found in the textfile GPL.txt distributed with these scripts.
*
* This script 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 General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
require(dirname(__FILE__) . "/config.php");
echo '<?xml version="1.0" encoding="UTF-8"?>'
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>phpXplorer <?php echo $PXP_version ?> - Info</title>
<style type="text/css">
<!--
body{
font-family:Verdana;
font-size:12px
}
-->
</style>
</style>
</head>
<body>
<span style="color:Navy;font-size:14px;font-weight:bold">php</span>
<span style="color:#666666;font-size:14px;font-weight:bold">X</span>
<span style="color:Navy;font-size:14px;font-weight:bold">plorer</span>
<span style="font-size:12px;font-weight:normal;color:Navy"><sup><?php echo $PXP_version ?></sup></span><br/>
(c) 2003-2004 Tobias Bender (<a href="mailto:tobias@phpXplorer.org">tobias@phpXplorer.org</a>)<br/>
All rights reserved
<br/><br/>
The phpXplorer project is free software;<br/>
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
<br/><br/>
The GNU General Public License can be found at
<a href="http://www.gnu.org/copyleft/gpl.html" target="gnu.org">http://www.gnu.org/copyleft/gpl.html</a>.
A copy is found in the textfile <a href="./GPL.txt" target="gpl.txt">GPL.txt</a> distributed with these scripts.
<br/><br/>
This program 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 General Public License for more details.
</body>
</html>