Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
filetypes
/
pxu
:
default.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 = "{@pxuLanguage}"; # # $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 = "{@pxuStyle}"; # # $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 = "{@pxuDefaultView}"; # # $PXP_date_format: # $PXP_date_format = "{@pxuDateFormat}"; # # $PXP_time_format: # $PXP_time_format = "{@pxuTimeFormat}"; # # $PXP_default_share: # if("{@pxuDefaultShare}" != "") $PXP_default_share = "{@pxuDefaultShare}"; # # $PXP_trashcan: if true all files the user removes get archived in his home folder # $PXP_trashcan = {@pxuTrashcan}; # # $PXP_firstname: real firstname of the user # $PXP_firstname = "{@pxuFirstName}"; # # $PXP_name: real name of the user # $PXP_name = "{@pxuName}"; # # $PXP_email: email address of the user # $PXP_email = "{@pxuEmail}"; # # $PXP_phone: phone number of the user # $PXP_phone = "{@pxuPhone}"; # # $PXP_mobile: mobile phone number of the user # $PXP_mobile = "{@pxuMobile}"; ?>