Webserver-Lighty
lighttpd (
http://www.lighttpd.net/download/lighttpd-1.4.19.tar.gz)
- location: /usr/src/lighttpd-1.4.19/
- configure --with-openssl --without-pcre --without-zlib --without-bzip2 (pcre = regular expression, many times used for rewrite and virtual domains) - (zlib & bzip2 is used to compress data that most all webbrowsers can decompress) - do a ./configure --help if you would like to extend the server's capabilities
- plugins enabled:
- mod_access
- mod_accesslog
- mod_alias
- mod_auth
- mod_cgi
- mod_compress
- mod_dirlisting
- mod_evhost
- mod_expire
- mod_extforward
- mod_fastcgi
- mod_flv_streaming
- mod_indexfiles
- mod_proxy
- mod_rrdtool
- mod_scgi
- mod_secdownload
- mod_setenv
- mod_simple_vhost
- mod_staticfile
- mod_status
- mod_userdir
- mod_usertrack
- mod_webdav
- plugins disabled:
- mod_cml
- mod_magnet
- mod_mysql_vhost
- mod_redirect
- mod_rewrite
- mod_ssi
- mod_trigger_b4_dl
- Features enabled:
- auth-crypt
- large-files
- network-ipv6
- Features disabled:
- auth-ldap
- compress-bzip2
- compress-deflate
- compress-gzip
- network-openssl
- regex-conditionals
- stat-cache-fam
- storage-gdbm
- storage-memcache
- webdav-locks
- webdav-properties
current configuration file:
server.modules = (
"mod_access",
"mod_fastcgi",
"mod_accesslog" )
server.document-root = "/srv/www/"
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php-cgi",
"socket" => "/tmp/php.socket"
)))
accesslog.filename = "/var/log/lighttpd/access_log"
server.errorlog = "/var/log/lighttpd/error_log"
index-file.names = ( "index.php", "index.html",
"index.htm", "default.htm" )
mimetype.assign = (
".pdf" => "application/pdf",
".sig" => "application/pgp-signature",
".spl" => "application/futuresplash",
".class" => "application/octet-stream",
".ps" => "application/postscript",
".torrent" => "application/x-bittorrent",
".dvi" => "application/x-dvi",
".gz" => "application/x-gzip",
".pac" => "application/x-ns-proxy-autoconfig",
".swf" => "application/x-shockwave-flash",
".tar.gz" => "application/x-tgz",
".tgz" => "application/x-tgz",
".tar" => "application/x-tar",
".zip" => "application/zip",
".mp3" => "audio/mpeg",
".m3u" => "audio/x-mpegurl",
".wma" => "audio/x-ms-wma",
".wax" => "audio/x-ms-wax",
".ogg" => "application/ogg",
".wav" => "audio/x-wav",
".gif" => "image/gif",
".jar" => "application/x-java-archive",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".xbm" => "image/x-xbitmap",
".xpm" => "image/x-xpixmap",
".xwd" => "image/x-xwindowdump",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
".js" => "text/javascript",
".asc" => "text/plain",
".c" => "text/plain",
".cpp" => "text/plain",
".log" => "text/plain",
".conf" => "text/plain",
".text" => "text/plain",
".txt" => "text/plain",
".dtd" => "text/xml",
".xml" => "text/xml",
".mpeg" => "video/mpeg",
".mpg" => "video/mpeg",
".mov" => "video/quicktime",
".qt" => "video/quicktime",
".avi" => "video/x-msvideo",
".asf" => "video/x-ms-asf",
".asx" => "video/x-ms-asf",
".wmv" => "video/x-ms-wmv",
".bz2" => "application/x-bzip",
".tbz" => "application/x-bzip-compressed-tar",
".tar.bz2" => "application/x-bzip-compressed-tar",
"" => "application/octet-stream",
)
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
server.username = "lighttpd"
server.groupname = "lighttpd"
PHP-INFO can be found here: PHP-INFO
PHP-INFO
PHP Logo
PHP Version 5.1.2
System Linux project 2.6.15-51-server #1 SMP Tue Feb 12 17:12:18 UTC 2008 i686
Build Date Nov 28 2007 22:28:25
Server API CGI/FastCGI
Virtual Directory Support disabled
Configuration File (php.ini) Path
/etc/php5/cgi/php.ini
PHP API 20041225
PHP Extension 20050922
Zend Extension 220051025
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, convert.iconv.*, bzip2.*, zlib.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
PHP Credits
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2039 2039
expose_php On On
extension_dir
/usr/lib/php5/20051025 /usr/lib/php5/20051025
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/share/php:/usr/share/pear .:/usr/share/php:/usr/share/pear
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 8M 8M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 12 12
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv On On
register_globals Off Off
register_long_arrays On On
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path
/usr/sbin/sendmail -t -i
/usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off
bcmath
BCMath support enabled
bz2
BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.3, 15-Feb-2005
calendar
Calendar support enabled
ctype
ctype functions enabled
date
date/time support enabled
Timezone Database Version 2005.18
Timezone Database internal
Default timezone America/Chicago
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
dba
DBA support enabled
Supported handlers gdbm cdb cdb_make db4 inifile flatfile
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.24
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
exif
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.173.2.4 2006/01/01 12:50:06 sniper Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
ftp
FTP support enabled
gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
gettext
GetText Support enabled
hash
hash support enabled
Hashing Engines md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support enabled
iconv implementation glibc
iconv library version 2.3.6
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
libxml
libXML support active
libXML Version 2.6.24
libXML streams enabled
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 3.7.1
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding ISO-8859-1 no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
mime_magic
mime_magic support enabled
Directive Local Value Master Value
mime_magic.debug Off Off
mime_magic.magicfile
/usr/share/file/magic.mime /usr/share/file/magic.mime
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.22
MYSQL_MODULE_TYPE external
MYSQL_SOCKET
/var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
mysqli
MysqlI Support enabled
Client API version 5.0.22
MYSQLI_SOCKET
/var/run/mysqld/mysqld.sock
Directive Local Value Master Value
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.reconnect Off Off
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.8a 11 Oct 2005
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 6.4.7.4 2007-10-28
posix
Revision $Revision: 1.70.2.3 $
Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.17 2006/01/01 12:50:12 sniper Exp $
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 0 0
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path
/var/lib/php5 /var/lib/php5
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
shmop
shmop support enabled
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.10 $
Schema support enabled
soap
Soap Client enabled
Soap Server enabled
Directive Local Value Master Value
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_ttl 86400 86400
sockets
Sockets Support enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail
/usr/sbin/sendmail -t -i
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value
sysvmsg
sysvmsg support enabled
Revision $Revision: 1.20.2.3 $
tokenizer
Tokenizer Support enabled
wddx
WDDX Support enabled
WDDX Session Serializer enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.24
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
filepro
sysvsem
sysvshm
Environment
Variable Value
CONSOLE
/dev/console
break no value
TERM linux
rootmnt /root
INIT_VERSION sysvinit-2.86
init
/sbin/init
PATH
/sbin:/bin:/usr/sbin:/usr/bin
RUNLEVEL 2
runlevel 2
resume
/dev/sda5
PWD /
VERBOSE no
PREVLEVEL N
previous N
quiet y
ROOT
/dev/sda1
HOME /
SHLVL 2
PROGRESS_STATE 2
DPKG_ARCH i386
readonly y
_
/usr/local/sbin/lighttpd
PHP_FCGI_CHILDREN 1
PHP Variables
Variable Value
_REQUEST["dotproject"] 11912a61a7f353961a86a6e1960527ca
_COOKIE["dotproject"] 11912a61a7f353961a86a6e1960527ca
_SERVER["FCGI_ROLE"] RESPONDER
_SERVER["SERVER_SOFTWARE"] lighttpd/1.4.19
_SERVER["SERVER_NAME"] 192.168.25.5
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PORT"] 80
_SERVER["SERVER_ADDR"] 192.168.25.5
_SERVER["REMOTE_PORT"] 45868
_SERVER["REMOTE_ADDR"] 192.168.25.1
_SERVER["SCRIPT_NAME"] /info.php
_SERVER["PATH_INFO"] no value
_SERVER["SCRIPT_FILENAME"]
/srv/www/info.php
_SERVER["DOCUMENT_ROOT"]
/srv/www/
_SERVER["REQUEST_URI"] /info.php
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_METHOD"] GET
_SERVER["REDIRECT_STATUS"] 200
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["HTTP_HOST"] 192.168.25.5
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12
_SERVER["HTTP_ACCEPT"] text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"] 300
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["HTTP_COOKIE"] dotproject=11912a61a7f353961a86a6e1960527ca
_SERVER["ORIG_PATH_INFO"] no value
_SERVER["ORIG_SCRIPT_NAME"] /info.php
_SERVER["ORIG_SCRIPT_FILENAME"]
/srv/www/info.php
_SERVER["PATH_TRANSLATED"] no value
_SERVER["CONSOLE"]
/dev/console
_SERVER["break"] no value
_SERVER["TERM"] linux
_SERVER["rootmnt"] /root
_SERVER["INIT_VERSION"] sysvinit-2.86
_SERVER["init"]
/sbin/init
_SERVER["PATH"]
/sbin:/bin:/usr/sbin:/usr/bin
_SERVER["RUNLEVEL"] 2
_SERVER["runlevel"] 2
_SERVER["resume"]
/dev/sda5
_SERVER["PWD"] /
_SERVER["VERBOSE"] no
_SERVER["PREVLEVEL"] N
_SERVER["previous"] N
_SERVER["quiet"] y
_SERVER["ROOT"]
/dev/sda1
_SERVER["HOME"] /
_SERVER["SHLVL"] 2
_SERVER["PROGRESS_STATE"] 2
_SERVER["DPKG_ARCH"] i386
_SERVER["readonly"] y
_SERVER["_"]
/usr/local/sbin/lighttpd
_SERVER["PHP_FCGI_CHILDREN"] 1
_SERVER["PHP_SELF"] /info.php
_SERVER["REQUEST_TIME"] 1205897324
_SERVER["argv"]
Array
_SERVER["argc"] 0
_ENV["FCGI_ROLE"] RESPONDER
_ENV["SERVER_SOFTWARE"] lighttpd/1.4.19
_ENV["SERVER_NAME"] 192.168.25.5
_ENV["GATEWAY_INTERFACE"] CGI/1.1
_ENV["SERVER_PORT"] 80
_ENV["SERVER_ADDR"] 192.168.25.5
_ENV["REMOTE_PORT"] 45868
_ENV["REMOTE_ADDR"] 192.168.25.1
_ENV["SCRIPT_NAME"] /info.php
_ENV["PATH_INFO"] no value
_ENV["SCRIPT_FILENAME"]
/srv/www/info.php
_ENV["DOCUMENT_ROOT"]
/srv/www/
_ENV["REQUEST_URI"] /info.php
_ENV["QUERY_STRING"] no value
_ENV["REQUEST_METHOD"] GET
_ENV["REDIRECT_STATUS"] 200
_ENV["SERVER_PROTOCOL"] HTTP/1.1
_ENV["HTTP_HOST"] 192.168.25.5
_ENV["HTTP_USER_AGENT"] Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12
_ENV["HTTP_ACCEPT"] text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
_ENV["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5
_ENV["HTTP_ACCEPT_ENCODING"] gzip,deflate
_ENV["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_ENV["HTTP_KEEP_ALIVE"] 300
_ENV["HTTP_CONNECTION"] keep-alive
_ENV["HTTP_COOKIE"] dotproject=11912a61a7f353961a86a6e1960527ca
_ENV["ORIG_PATH_INFO"] no value
_ENV["ORIG_SCRIPT_NAME"] /info.php
_ENV["ORIG_SCRIPT_FILENAME"]
/srv/www/info.php
_ENV["PATH_TRANSLATED"] no value
_ENV["CONSOLE"]
/dev/console
_ENV["break"] no value
_ENV["TERM"] linux
_ENV["rootmnt"] /root
_ENV["INIT_VERSION"] sysvinit-2.86
_ENV["init"]
/sbin/init
_ENV["PATH"]
/sbin:/bin:/usr/sbin:/usr/bin
_ENV["RUNLEVEL"] 2
_ENV["runlevel"] 2
_ENV["resume"]
/dev/sda5
_ENV["PWD"] /
_ENV["VERBOSE"] no
_ENV["PREVLEVEL"] N
_ENV["previous"] N
_ENV["quiet"] y
_ENV["ROOT"]
/dev/sda1
_ENV["HOME"] /
_ENV["SHLVL"] 2
_ENV["PROGRESS_STATE"] 2
_ENV["DPKG_ARCH"] i386
_ENV["readonly"] y
_ENV["_"]
/usr/local/sbin/lighttpd
_ENV["PHP_FCGI_CHILDREN"] 1
PHP License
This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE
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.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact
license@php.net.
1
Directory Tree Hierarchy
/srv:
www
/srv/www:
base.php db images js misc style
ChangeLog files includes lib modules
classes fileviewer.php index.php LICENSE queuescanner.php
COPYING functions install locales README
/srv/www/classes:
authenticator.class.php dp.class.php permissions.class.php
CustomFields.class.php event_queue.class.php query.class.php
customfieldsparser.class.php index.html ui.class.php
date.class.php libmail.class.php
/srv/www/db:
dotproject.sql upgrade_20_to_201.sql
index.html upgrade_21rc1_to_21rc2.sql
README upgrade_21rc2_to_21.sql
upgrade_101_to_102.sql upgrade_21_to_211.sql
upgrade_102_to_20alpha.sql upgrade_contacts_company.php
upgrade_201_to_202.sql upgrade_contacts.php
upgrade_204_to_21rc1.sql upgrade_latest.php
upgrade_20alpha_to_20beta.sql upgrade_latest.sql
upgrade_20beta_to_20.sql upgrade_permissions.php
/srv/www/files:
index.html temp
/srv/www/files/temp:
index.html
/srv/www/functions:
admin_func.php forums_func.php index.html projects_func.php tasks_func.php
/srv/www/images:
arrow-down.gif colorchart.gif log-notice.gif prev.gif
arrow-right.gif corner-dots.gif navfirst.gif shim.gif
arrow-up.gif googlemaps.gif navlast.gif smartfolder.gif
block-end-16.png icons navleft.gif trash_small.gif
block-start-16.png index.html navright.gif view.week.gif
calendar.gif log-error.gif next.gif week.gif
clip.png log-info.gif obj
/srv/www/images/icons:
1.gif mail.gif stock_edit-16.png
admin.gif milestone.gif stock_help-16.png
calendar.gif pencil.gif stock_new.png
ci.png pin.gif stock_new_small.png
collapse.gif posticon.gif stock_ok-16.png
companies.gif priority-1.gif stock_print-16.png
co.png priority+1.gif stock_trash_full-16.png
customfields.png priority-2.gif ticketsmith.gif
dialog-warning5.png priority+2.gif trash.gif
dp.gif rc-gui-status-downgr.png unpin.gif
expand.gif shim.gif updown.gif
graph.gif stock_attach-16.png users.gif
index.html stock_cancel-16.png
low.gif stock_delete-16.png
/srv/www/images/obj:
alert.gif dotredanim.gif event-attendees.gif help.gif phone.gif
contact.gif dotyellowanim.gif event.gif index.html warning.gif
dotgreen.gif email.gif folder.gif lock.gif
dotgrey.gif error.gif folder-shared.gif palette.gif
/srv/www/includes:
config-dist.php db_connect.php main_functions.php session.php
config.php gateway.pl permissions.php version.php
db_adodb.php index.html sendpass.php
/srv/www/install:
check_upgrade.php docs dp.png install.inc.php
db.php do_install_db.php index.php vw_idx_check.php
/srv/www/install/docs:
about.html index.html nav.html rfc0001.00.html
check.php main.css phpinfo.php
/srv/www/js:
base.js collapse.js
/srv/www/lib:
adodb ezpdf index.html overlib phpgacl
calendar fonts jpgraph PEAR smarty
/srv/www/lib/adodb:
adodb-csvlib.inc.php adodb-php4.inc.php perf
adodb-datadict.inc.php adodb-time.inc.php pivottable.inc.php
adodb-errorhandler.inc.php adodb-time.zip readme.txt
adodb-error.inc.php adodb-xmlschema.inc.php rsfilter.inc.php
adodb-errorpear.inc.php contrib server.php
adodb-exceptions.inc.php cute_icons_for_site session
adodb.inc.php datadict tests
adodb-iterator.inc.php docs toexport.inc.php
adodb-lib.inc.php drivers tohtml.inc.php
adodb-pager.inc.php lang xmlschema.dtd
adodb-pear.inc.php license.txt xsl
adodb-perf.inc.php pear
/srv/www/lib/adodb/contrib:
toxmlrpc.inc.php
/srv/www/lib/adodb/cute_icons_for_site:
adodb2.gif adodb.gif
/srv/www/lib/adodb/datadict:
datadict-access.inc.php datadict-ibase.inc.php datadict-oci8.inc.php
datadict-db2.inc.php datadict-informix.inc.php datadict-postgres.inc.php
datadict-firebird.inc.php datadict-mssql.inc.php datadict-sapdb.inc.php
datadict-generic.inc.php datadict-mysql.inc.php datadict-sybase.inc.php
/srv/www/lib/adodb/docs:
docs-adodb.htm docs-perf.htm readme.htm
docs-datadict.htm docs-session.htm tips_portable_sql.htm
docs-oracle.htm old-changelog.htm tute.htm
/srv/www/lib/adodb/drivers:
adodb-access.inc.php adodb-odbc.inc.php
adodb-ado5.inc.php adodb-odbc_mssql.inc.php
adodb-ado_access.inc.php adodb-odbc_oracle.inc.php
adodb-ado.inc.php adodb-odbtp.inc.php
adodb-ado_mssql.inc.php adodb-odbtp_unicode.inc.php
adodb-borland_ibase.inc.php adodb-oracle.inc.php
adodb-csv.inc.php adodb-pdo.inc.php
adodb-db2.inc.php adodb-pdo_mssql.inc.php
adodb-fbsql.inc.php adodb-pdo_mysql.inc.php
adodb-firebird.inc.php adodb-pdo_oci.inc.php
adodb-ibase.inc.php adodb-pdo_pgsql.inc.php
adodb-informix72.inc.php adodb-postgres64.inc.php
adodb-informix.inc.php adodb-postgres7.inc.php
adodb-ldap.inc.php adodb-postgres8.inc.php
adodb-mssql.inc.php adodb-postgres.inc.php
adodb-mssqlpo.inc.php adodb-proxy.inc.php
adodb-mysqli.inc.php adodb-sapdb.inc.php
adodb-mysql.inc.php adodb-sqlanywhere.inc.php
adodb-mysqlt.inc.php adodb-sqlite.inc.php
adodb-netezza.inc.php adodb-sqlitepo.inc.php
adodb-oci805.inc.php adodb-sybase_ase.inc.php
adodb-oci8.inc.php adodb-sybase.inc.php
adodb-oci8po.inc.php adodb-vfp.inc.php
adodb-odbc_db2.inc.php
/srv/www/lib/adodb/lang:
adodb-ar.inc.php adodb-de.inc.php adodb-nl.inc.php
adodb-bg.inc.php adodb-en.inc.php adodb-pl.inc.php
adodb-bgutf8.inc.php adodb-es.inc.php adodb-pt-br.inc.php
adodb-ca.inc.php adodb-esperanto.inc.php adodb-ro.inc.php
adodb-cn.inc.php adodb-fr.inc.php adodb-ru1251.inc.php
adodb-cz.inc.php adodb-hu.inc.php adodb-sv.inc.php
adodb-da.inc.php adodb-it.inc.php adodb-uk1251.inc.php
/srv/www/lib/adodb/pear:
Auth readme.Auth.txt
/srv/www/lib/adodb/pear/Auth:
Container
/srv/www/lib/adodb/pear/Auth/Container:
ADOdb.php
/srv/www/lib/adodb/perf:
perf-db2.inc.php perf-mssql.inc.php perf-oci8.inc.php
perf-informix.inc.php perf-mysql.inc.php perf-postgres.inc.php
/srv/www/lib/adodb/session:
adodb-compress-bzip2.php adodb-encrypt-sha1.php adodb-sess.txt
adodb-compress-gzip.php adodb-session-clob.php crypt.inc.php
adodb-cryptsession.php adodb-session.php old
adodb-encrypt-mcrypt.php adodb-sessions.mysql.sql session_schema.xml
adodb-encrypt-md5.php adodb-sessions.oracle.clob.sql
adodb-encrypt-secret.php adodb-sessions.oracle.sql
/srv/www/lib/adodb/session/old:
adodb-cryptsession.php adodb-session.php
adodb-session-clob.php crypt.inc.php
/srv/www/lib/adodb/tests:
benchmark.php testdatabases.inc.php test.php
cf~testsessions.php test-datadict.php test-php5.php
client.php testgenid.php test_rs_array.php
pdo.php testmssql.php testsessions.php
rr.htm testoci8cursor.php test-xmlschema.php
test2.php testoci8.php time.php
test3.php testpaging.php tmssql.php
test4.php testpear.php xmlschema-mssql.xml
test5.php test-perf.php xmlschema.xml
testcache.php test-pgblob.php
/srv/www/lib/adodb/xsl:
convert-0.1-0.2.xsl convert-0.2-0.1.xsl remove-0.2.xsl
/srv/www/lib/calendar:
calendar-dp.css calendar.js lang README
/srv/www/lib/calendar/lang:
calendar-br.js calendar-du.js calendar-fr.js calendar-sp.js
calendar-ca.js calendar-el.js calendar-it.js calendar-sw.js
calendar-cs-win.js calendar-en.js calendar-nl.js
calendar-da.js calendar-es.js calendar-ro.js
/srv/www/lib/ezpdf:
class.ezpdf.php class.pdf.php fonts
/srv/www/lib/ezpdf/fonts:
Helvetica.afm Helvetica-Bold.afm
/srv/www/lib/fonts:
AUTHORS FreeMono.ttf FreeSerifBold.ttf
ChangeLog FreeSansBoldOblique.ttf FreeSerifItalic.ttf
CREDITS FreeSansBold.ttf FreeSerif.ttf
FreeMonoBoldOblique.ttf FreeSansOblique.ttf INSTALL
FreeMonoBold.ttf FreeSans.ttf README
FreeMonoOblique.ttf FreeSerifBoldItalic.ttf
/srv/www/lib/jpgraph:
index.html QPL.txt README README.dotproject src
/srv/www/lib/jpgraph/src:
imgdata_diamonds.inc jpgraph_error.php jpgraph.php
index.html jpgraph_gantt.php jpgraph_pie3d.php
jpg-config.inc jpgraph_gradient.php jpgraph_pie.php
jpgraph_bar.php jpgraph_iconplot.php jpgraph_plotband.php
jpgraph_canvas.php jpgraph_line.php jpgraph_plotmark.inc
jpgraph_canvtools.php jpgraph_log.php lang
/srv/www/lib/jpgraph/src/lang:
en.inc.php
/srv/www/lib/overlib:
makemini.pl overlib_cssstyle.js overlib.js
Mini overlib_debug.js overlib_setonoff.js
overlib_anchor.js overlib_exclusive.js overlib_shadow.js
overlib_centerpopup.js overlib_followscroll.js
overlib_crossframe.js overlib_hideform.js
/srv/www/lib/overlib/Mini:
overlib_anchor_mini.js overlib_followscroll_mini.js
overlib_centerpopup_mini.js overlib_hideform_mini.js
overlib_crossframe_mini.js overlib_mini.js
overlib_csstyle_mini.js overlib_setonoff_mini.js
overlib_debug_mini.js overlib_shadow_mini.js
overlib_exclusive_mini.js
/srv/www/lib/PEAR:
Contact_Vcard_Build.php Contact_Vcard_Parse.php Date Date.php
/srv/www/lib/PEAR/Date:
Calc.php Human.php Span.php TimeZone.php
/srv/www/lib/phpgacl:
admin COPYING.lib FAQ profiler.inc soap
AUTHORS CREDITS gacl_api.class.php README test_suite
Cache_Lite docs gacl.class.php schema.xml TODO
CHANGELOG example.php other_languages setup.php
/srv/www/lib/phpgacl/admin:
about.php admin.css edit_objects.php object_search.php
acl_admin.php admin_functions.js gacl_admin.inc.php s.gif
acl_debug.php assign_group.php group_admin.php test.php
acl_list.php edit_group.php images
acl_test.php edit_object_sections.php index.php
/srv/www/lib/phpgacl/admin/images:
bot-l.png div-r.png mid-r.png tab-off-r.png top-l.png
bot-r.png logo.png spacer.gif tab-on-l.png top-r.png
div-l.png mid-l.png tab-off-l.png tab-on-r.png
/srv/www/lib/phpgacl/Cache_Lite:
Cache_Lite.php Hashed_Cache_Lite.php LICENSE
/srv/www/lib/phpgacl/docs:
manual.html manual_html_m6a630ca2.png manual.txt
manual_html_7dced6ce.png manual_html_m770a5a15.png phpgacl-db-schema.png
manual_html_m481ab4b3.png manual.pdf phpgacl-db-schema.vsd
manual_html_m48c2db5c.png manual.sxw
/srv/www/lib/phpgacl/other_languages:
perl
/srv/www/lib/phpgacl/other_languages/perl:
perlGACL-check-1.0.tar.gz
/srv/www/lib/phpgacl/soap:
clients nusoap.php server.php
/srv/www/lib/phpgacl/soap/clients:
perl_client.pl php_client.php python_client.py
/srv/www/lib/phpgacl/test_suite:
acl_tests.php random_acl_check.php stress_test.php unit_tests.php
phpunit run.php styles.css
/srv/www/lib/phpgacl/test_suite/phpunit:
ChangeLog phpunit_test.php runtests2.php stylesheet.css
phpunit.php README runtests.php
/srv/www/lib/smarty:
Config_File.class.php plugins Smarty_Compiler.class.php
debug.tpl Smarty.class.php templates
/srv/www/lib/smarty/plugins:
block.strip.php modifier.count_characters.php
block.textformat.php modifier.count_paragraphs.php
compiler.assign.php modifier.count_sentences.php
function.assign_debug_info.php modifier.count_words.php
function.assign.php modifier.date_format.php
function.config_load.php modifier.debug_print_var.php
function.counter.php modifier.default.php
function.cycle.php modifier.escape.php
function.debug.php modifier.indent.php
function.eval.php modifier.lower.php
function.fetch.php modifier.nl2br.php
function.html_checkboxes.php modifier.regex_replace.php
function.html_image.php modifier.replace.php
function.html_options.php modifier.spacify.php
function.html_radios.php modifier.string_format.php
function.html_select_date.php modifier.strip.php
function.html_select_time.php modifier.strip_tags.php
function.html_table.php modifier.truncate.php
function.mailto.php modifier.upper.php
function.math.php modifier.wordwrap.php
function.popup_init.php outputfilter.trimwhitespace.php
function.popup.php shared.escape_special_chars.php
modifier.capitalize.php shared.make_timestamp.php
modifier.cat.php
/srv/www/lib/smarty/templates:
phpgacl
/srv/www/lib/smarty/templates/phpgacl:
about.tpl acl_test.tpl edit_objects.tpl object_search.tpl
acl_admin_js.tpl assign_group.tpl footer.tpl pager.tpl
acl_admin.tpl debug.tpl group_admin.tpl
acl_debug.tpl edit_group.tpl header.tpl
acl_list.tpl edit_object_sections.tpl navigation.tpl
/srv/www/locales:
core.php en index.html
/srv/www/locales/en:
admin.inc departments.inc index.html public.inc tasks.inc
calendar.inc files.inc lang.php resources.inc ticketsmith.inc
common.inc forums.inc links.inc smartsearch.inc
companies.inc help.inc locales.php styles.inc
contacts.inc history.inc projects.inc system.inc
/srv/www/misc:
cvs2cl debug.php holidays index.html mime.types postnuke
/srv/www/misc/cvs2cl:
cvs2cl.pl index.html README
/srv/www/misc/holidays:
fr uk
/srv/www/misc/postnuke:
dplink README
/srv/www/misc/postnuke/dplink:
index.php pnadmin.php pninit.php pnlang pnuser.php pnversion.php
/srv/www/misc/postnuke/dplink/pnlang:
eng
/srv/www/misc/postnuke/dplink/pnlang/eng:
admin.php
/srv/www/modules:
admin departments history projects system
calendar files index.html public tasks
companies forums install resources ticketsmith
contacts help links smartsearch
/srv/www/modules/admin:
addedituser.php do_userrole_aed.php viewuser.php vw_usr_perms.php
admin.class.php images vw_active_usr.php vw_usr.php
do_perms_aed.php index.html vw_inactive_usr.php vw_usr_roles.php
do_user_aed.php index.php vw_usr_log.php vw_usr_sessions.php
/srv/www/modules/admin/images:
helix-setup-user.png helix-setup-users3.png
helix-setup-users2.png helix-setup-users.png
/srv/www/modules/calendar:
addedit.php images projects_tab.events.php
calendar.class.php index.html view.php
clash.php index.php vw_day_events.php
day_view.php links_events.php vw_day_tasks.php
do_event_aed.php links_tasks.php week_view.php
/srv/www/modules/calendar/images:
event0.png event2.png event4.png myevo-appointments.png
event1.png event3.png event5.png
/srv/www/modules/companies:
addedit.php index.html vw_archived.php vw_users.php
companies.class.php index.php vw_companies.php
do_company_aed.php view.php vw_contacts.php
images vw_active.php vw_depts.php
/srv/www/modules/companies/images:
handshake.png
/srv/www/modules/contacts:
addedit.php images vcardexport.php
contacts.class.php index.html vcardimport.php
csvexport.php index.php view.php
do_contact_aed.php select_contact_company.php
/srv/www/modules/contacts/images:
monkeychat-48.png
/srv/www/modules/departments:
addedit.php do_dept_aed.php index.php vw_contacts.php
departments.class.php index.html view.php
/srv/www/modules/files:
addedit_folder.php do_folder_aed.php index.html
addedit.php do_searchfiles.php index.php
companies_tab.files.php file_index_ignore.php index_table.php
co.php files.class.php projects_tab.files.php
do_file_aed.php folders_table.php tasks_tab.files.php
do_file_co.php functions.php tasks_tab.view.files.php
do_files_bulk_aed.php images
/srv/www/modules/files/images:
back.png edit_add.png folder5_small.png icons up.png
down.png filesaveas.png folder_new.png kedit.png
duplicate.png folder5.png home.png remove.png
/srv/www/modules/files/images/icons:
ac3.png
aiff.png
application-certificate.png
application-x-executable.png
applix.png
arj.png
ascii.png
audio.png
audio-x-generic.png
binary.png
bmp.png
bz2.png
cbz.png
cdbo_list.png
cdimage.png
cdr.png
cdtrack.png
colorscm.png
deb.png
dia.png
documents2.png
documents.png
empty.png
encrypted.png
exec_wine1.png
exec_wine.png
file_locked.png
file_temporary.png
font.png
font_truetype.png
font-x-generic.png
ggnome-mime-application-x-class-file.png
gif.png
gnome-library.png
gnome-mime-application-magicpoint.png
gnome-mime-application-msword.png
gnome-mime-application-ogg.png
gnome-mime-application-par.png
gnome-mime-application-pdf.png
gnome-mime-application-pgp-encrypted.png
gnome-mime-application-pgp-keys.png
gnome-mime-application-pgp.png
gnome-mime-application.png
gnome-mime-application-postscript.png
gnome-mime-application-rtf.png
gnome-mime-application-vnd.lotus-1-2-3.png
gnome-mime-application-vnd.ms-excel.png
gnome-mime-application-vnd.ms-powerpoint.png
gnome-mime-application-vnd.oasis.opendocument.chart.png
gnome-mime-application-vnd.oasis.opendocument.database.png
gnome-mime-application-vnd.oasis.opendocument.drawing.png
gnome-mime-application-vnd.oasis.opendocument.formula.png
gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
gnome-mime-application-vnd.oasis.opendocument.image.png
gnome-mime-application-vnd.oasis.opendocument.presentation.png
gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
gnome-mime-application-vnd.oasis.opendocument.text.png
gnome-mime-application-vnd.oasis.opendocument.text-template.png
gnome-mime-application-vnd.oasis.opendocument.text-web.png
gnome-mime-application-vnd.stardivision.calc.png
gnome-mime-application-vnd.stardivision.impress.png
gnome-mime-application-vnd.stardivision.writer.png
gnome-mime-application-vnd.sun.xml.calc.png
gnome-mime-application-vnd.sun.xml.draw.png
gnome-mime-application-vnd.sun.xml.impress.png
gnome-mime-application-vnd.sun.xml.writer.png
gnome-mime-application-vnd.sun.xml.writer.template.png
gnome-mime-application-wordperfect.png
gnome-mime-application-x-abiword.png
gnome-mime-application-x-applix-spreadsheet.png
gnome-mime-application-x-archive.png
gnome-mime-application-x-arj.png
gnome-mime-application-x-bittorrent.png
gnome-mime-application-x-bzip-compressed-tar.png
gnome-mime-application-x-bzip.png
gnome-mime-application-x-cd-image.png
gnome-mime-application-x-compressed-tar.png
gnome-mime-application-x-compress.png
gnome-mime-application-x-cpio-compressed.png
gnome-mime-application-x-cpio.png
gnome-mime-application-x-deb.png
gnome-mime-application-x-desktop.png
gnome-mime-application-x-dia-diagram.png
gnome-mime-application-x-extension-nfo.png
gnome-mime-application-x-extension-par2.png
gnome-mime-application-x-gnumeric.png
gnome-mime-application-x-gzip.png
gnome-mime-application-x-ipod-firmware.png
gnome-mime-application-x-jar.png
gnome-mime-application-x-java-byte-code.png
gnome-mime-application-x-lha.png
gnome-mime-application-x-lhz.png
gnome-mime-application-x-par2.png
gnome-mime-application-x-perl.png
gnome-mime-application-x-php.png
gnome-mime-application-x-python-bytecode.png
gnome-mime-application-x-python.png
gnome-mime-application-x-rar.png
gnome-mime-application-x-rpm.png
gnome-mime-application-x-sharedlib.png
gnome-mime-application-x-shellscript.png
gnome-mime-application-x-tar.png
gnome-mime-application-x-zip-compressed.png
gnome-mime-application-x-zip.png
gnome-mime-application-zip.png
gnome-mime-audio-ac3.png
gnome-mime-audio-basic.png
gnome-mime-audio-midi.png
gnome-mime-audio.png
gnome-mime-audio-x-aiff.png
gnome-mime-audio-x-it.png
gnome-mime-audio-x-midi.png
gnome-mime-audio-x-mod.png
gnome-mime-audio-x-mp3.png
gnome-mime-audio-x-s3m.png
gnome-mime-audio-x-stm.png
gnome-mime-audio-x-ulaw.png
gnome-mime-audio-x-voc.png
gnome-mime-audio-x-wav.png
gnome-mime-audio-x-xi.png
gnome-mime-audio-x-xm.png
gnome-mime-image-bmp.png
gnome-mime-image-gif.png
gnome-mime-image-ief.png
gnome-mime-image-jpeg.png
gnome-mime-image.png
gnome-mime-image-png.png
gnome-mime-image-svg+xml.png
gnome-mime-image-tiff.png
gnome-mime-image-x-psd.png
gnome-mime-image-x-rgb.png
gnome-mime-image-x-tga.png
gnome-mime-image-x-xbitmap.png
gnome-mime-image-x-xcf.png
gnome-mime-image-x-xfig.png
gnome-mime-image-x-xpixmap.png
gnome-mime-text-css.png
gnome-mime-text-html.png
gnome-mime-text-plain.png
gnome-mime-text.png
gnome-mime-text-x-authors.png
gnome-mime-text-x-chdr.png
gnome-mime-text-x-c-header.png
gnome-mime-text-x-c.png
gnome-mime-text-x-credits.png
gnome-mime-text-x-csharp.png
gnome-mime-text-x-csh.png
gnome-mime-text-x-c++src.png
gnome-mime-text-x-csrc.png
gnome-mime-text-x-haskell.png
gnome-mime-text-x-install.png
gnome-mime-text-x-java.png
gnome-mime-text-x-literate-haskell.png
gnome-mime-text-xml.png
gnome-mime-text-x-objcsrc.png
gnome-mime-text-x-python.png
gnome-mime-text-x-readme.png
gnome-mime-text-x-scheme.png
gnome-mime-text-x-tex.png
gnome-mime-text-x-txt.png
gnome-mime-video-mpeg.png
gnome-mime-video.png
gnome-mime-video-quicktime.png
gnome-mime-video-x-ms-asf.png
gnome-mime-video-x-msvideo.png
gnome-mime-video-x-ms-wmv.png
gnome-mime-x-directory-smb-server.png
gnome-mime-x-directory-smb-share.png
gnome-package.png
gz.png
html.png
ief.png
image2.png
image.png
image-x-generic.png
info.png
jpeg.png
jpg.png
lha.png
lhz.png
message.png
midi.png
mime_ascii.png
mime_cdr.png
mime_colorset.png
mime-colorset.png
mime_empty.png
mime-empty.png
mime-help.png
mime_koffice.png
mime-postscript.png
misc.png
mod.png
mp3.png
package-x-generic.png
par.png
pdf.png
php.png
pix.png
png.png
psd.png
ps.png
quicktime.png
rar.png
recycled.png
rgb.png
rpm.png
s3m.png
schedule.png
shellscript.png
sound.png
source_c.png
source_cpp.png
source_h.png
source_java.png
source_php.png
source_pyc.png
source_py.png
spreadsheet.png
stm.png
svg.png
tar.png
template_source.png
tex.png
text-html.png
text.png
text-x-generic.png
text-x-generic-template.png
text-x-script.png
tga.png
tgz.png
tiff.png
txt.png
ulaw.png
unknown.png
vcalendar.png
video.png
video-x-generic.png
vmlinuz.png
voc.png
wav.png
xcf.png
xfig.png
xi.png
xm.png
x-office-address-book.png
x-office-calendar.png
x-office-document.png
x-office-presentation.png
x-office-spreadsheet.png
zip.png
/srv/www/modules/forums:
addedit.php do_watch_forum.php index.php view_messages.php
configure.php forums.class.php post_message.php view_pdf.php
do_forum_aed.php images setup.php view_topics.php
do_post_aed.php index.html viewer.php
/srv/www/modules/forums/images:
support.png
/srv/www/modules/help:
en index.html index.php
/srv/www/modules/help/en:
help.toc.hlp index.html
/srv/www/modules/history:
addedit.php images index.html index.php projects_tab.history.php setup.php
/srv/www/modules/history/images:
stock_book_blue_48.png
/srv/www/modules/install:
images
/srv/www/modules/install/images:
control-center.png
/srv/www/modules/links:
addedit.php index.html links.class.php tasks_tab.links.php
do_link_aed.php index.php projects_tab.links.php
images index_table.php setup.php
/srv/www/modules/links/images:
folder5.png
/srv/www/modules/projects:
addedit.php reports
admin_tab.viewuser.projects_gantt.php reports.php
admin_tab.viewuser.projects.php viewgantt.php
departments_tab.view.projects_gantt.php view.php
departments_tab.view.projects.php vw_files.php
do_project_aed.php vw_forums.php
gantt2.php vw_idx_active.php
gantt.php vw_idx_archived.php
images vw_idx_complete.php
index.html vw_idx_proposed.php
index.php vw_logs.php
projects.class.php
/srv/www/modules/projects/images:
applet3-48.png
/srv/www/modules/projects/reports:
allocateduserhours.en.txt stats.en.txt tasksperuser.en.txt
allocateduserhours.php stats.php tasksperuser.php
completed.en.txt taskenddate.en.txt upcoming.en.txt
completed.php taskenddate.php upcoming.php
overall.en.txt tasklist.en.txt userperformance.en.txt
overall.php tasklist.php userperformance.php
overdue.en.txt tasklogs.en.txt
overdue.php tasklogs.php
/srv/www/modules/public:
access_denied.php color_selector.php index.html
calendar.php contact_selector.php index.php
chpwd.php date_format.php selector.php
/srv/www/modules/resources:
addedit.js setup.php view.js
addedit.php tabs.js view.php
do_resource_aed.php tasks_dosql.addedit.php vw_resources.php
index.php tasks_tab.addedit.other_resources.php
resources.class.php tasks_tab.view.other_resources.php
/srv/www/modules/smartsearch:
images index.html index.php searchobjects setup.php smartsearch.class.php
/srv/www/modules/smartsearch/images:
kfind.png
/srv/www/modules/smartsearch/searchobjects:
companies.inc.php files_content.inc.php projects.inc.php users.inc.php
contacts.inc.php files.inc.php task_log.inc.php
departments.inc.php forum_messages.inc.php tasks.inc.php
events.inc.php forums.inc.php tickets.inc.php
/srv/www/modules/system:
addeditpref.php domodsql.php syskeys
billingcode.php do_preference_aed.php system.class.php
contacts_ldap.php do_systemconfig_aed.php systemconfig_help.php
custom_field_addedit.php images systemconfig.php
custom_field_editor.php index.html translate.php
do_billingcode_aed.php index.php translate_save.php
do_custom_field_aed.php roles viewmods.php
/srv/www/modules/system/images:
48_my_computer.png index.html myevo-weather.png rdf2.png
control-center.png main-settings.png power-management.png
/srv/www/modules/system/roles:
do_perms_aed.php index.html roles.class.php vw_role_perms.php
do_role_aed.php index.php viewrole.php
/srv/www/modules/system/syskeys:
do_syskey_aed.php index.html keys.php
do_sysval_aed.php index.php syskeys.class.php
/srv/www/modules/tasks:
addedit.js images todo_gantt_sub.php
addedit.php index.html todo.php
ae_dates.php index.php todo_tasks_sub.php
ae_depend.php listtasks.php viewgantt.php
ae_desc.php organize.php view.js
ae_resource.php organizer.php view.php
do_task_aed.php tasks.class.php vw_logs.php
do_task_assign_aed.php tasksperuser.php vw_log_update.php
do_updatetask.php tasksperuser_sub.php
gantt.php tasks.php
/srv/www/modules/tasks/images:
add.png applet-48.png exchange.png remove.png
/srv/www/modules/ticketsmith:
admin.php config.inc.php index.html pdf.php style.css
attach.php CREDITS index.php post_ticket.php TODO
CHANGELOG do_ticket_aed.php INSTALL README UPGRADE
comment.php followup.php LICENSE reattachticket.php view.php
common.inc.php images login.php search.php
/srv/www/modules/ticketsmith/images:
gconf-app-icon.png ltwt.gif posticon.gif rtwt.gif
/srv/www/style:
classic default dp-grey-theme index.html
/srv/www/style/classic:
footer.php header.php images index.html login.php main.css overrides.php
/srv/www/style/classic/images:
bground.gif index.html
/srv/www/style/default:
footer.php images login.php main.css
header.php index.html lostpass.php overrides.php
/srv/www/style/default/images:
dp_icon.gif obj tabRight.png tabSelectedRight.png
favicon.ico tabBg.png tabSelectedBg.png titlegrad.jpg
index.html tabLeft.png tabSelectedLeft.png
/srv/www/style/default/images/obj:
index.html tick.gif
/srv/www/style/dp-grey-theme:
footer.php index.html main.css tabBg.png tabSelectedBg.png
header.php login.php overrides.php tabLeft.png tabSelectedLeft.png
images lostpass.php README.TXT tabRight.png tabSelectedRight.png
/srv/www/style/dp-grey-theme/images:
bar_top_left.gif bar_top_Selectedright.gif lines_title_shadow.gif
bar_top_middle.gif dp_icon.gif obj
bar_top_right.gif favicon.ico titlegrad.jpg
bar_top_Selectedleft.gif index.html
bar_top_Selectedmiddle.gif lines_title_bar.gif
/srv/www/style/dp-grey-theme/images/obj:
index.html tick.gif