File "config.developer.pxu.php"

Full Path: /home/analogde/www/Four/font/users.pxuf/developer/config.developer.pxu.php
File size: 2.13 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!
***************************************************************/

#
# $PXP_language: controls which language is used.
# There must be a phpXplorer language file in "{$PXP_dir}/lang.pxlf" called "{$PXP_language}.php"
#
$PXP_language = "en";

#
#	$PXP_style: controls which style is used.
#	The value has to be the name of one of the folders in "{$PXP_dir}/styles"
#
$PXP_style = "default";

#
#	$PXP_view: sets which file view is used by default
#	"details": layout based on HTML DIV tags with column resize
# "thumbnails": layout with small preview of images
#
$PXP_view = "details";

#
# $PXP_date_format:
#
$PXP_date_format = "d.m.y";

#
# $PXP_time_format:
#
$PXP_time_format = "H:i:s";

#
# $PXP_default_share:
#
if("developer" != "")
	$PXP_default_share = "developer";

#
# $PXP_trashcan: if true all files the user removes get archived in his home folder 
#
$PXP_trashcan = false;

#
# $PXP_firstname: real firstname of the user
#
$PXP_firstname = "";

#
# $PXP_name: real name of the user
#
$PXP_name = "";

#
# $PXP_email: email address of the user
#
$PXP_email = "";

#
# $PXP_phone: phone number of the user
#
$PXP_phone = "";

#
# $PXP_mobile: mobile phone number of the user
#
$PXP_mobile = "";

?>