Sei sulla pagina 1di 3

1 <?

php
2 /*
3 * Sokot Security Team - a simple Web-based file manager
4 * Copyright (C) 2004 Sokot Security Team <>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 *
20 * -------------------------------------------------------------------------
21 * While using this script, do NOT navigate with your browser's back and
22 * forward buttons! Always open files in a new browser tab!
23 * -------------------------------------------------------------------------
24 *
25 * This is Version 0.9, revision 9
26 *
=============================================================
============
27 *
28 * Changes of revision 9
29 * <>
30 * added workaround for directory listing, if lstat() is disabled
31 * fixed permisson of uploaded files (thanks to Stephan Duffner)
32 *
33 * Changes of revision 8
34 * <okankan@stud.sdu.edu.tr>
35 * added Turkish translation
36 * <j@kub.cz>
37 * added Czech translation
38 * <>
39 * improved charset handling
40 *
41 * Changes of revision 7
42 * <szuniga@vtr.net>
43 * added Spanish translation
44 * <lars@soelgaard.net>
45 * added Danish translation
46 * <>
47 * improved rename dialog
48 *
49 * Changes of revision 6
50 * <nederkoorn@tiscali.nl>
51 * added Dutch translation
52 *
53 * Changes of revision 5
54 * <>
55 * added language auto select
56 * fixed symlinks in directory listing
57 * removed word-wrap in edit textarea
58 *
59 * Changes of revision 4
60 * <daloan@guideo.fr>
61 * added French translation
62 * <anders@wiik.cc>
63 * added Swedish translation
64 *
65 * Changes of revision 3
66 * <nzunta@gabriele-erba.it>
67 * improved Italian translation
68 *
69 * Changes of revision 2
70 * <>
71 * got images work in some old browsers
72 * fixed creation of directories
73 * fixed files deletion
74 * improved path handling
75 * added missing word 'not_created'
76 * <till@tuxen.de>
77 * improved human readability of file sizes
78 * <nzunta@gabriele-erba.it>
79 * added Italian translation
80 *
81 * Changes of revision 1
82 * <>
83 * Sokot Security Team completely rewritten:
84 * - clean XHTML/CSS output
85 * - several files selectable
86 * - support for windows servers
87 * - no more treeview, because
88 * - Sokot Security Team is a >simple< file manager
89 * - performance problems (too much additional code)
90 * - I don't like: frames, java-script, to reload after every treeview-click
91 * - execution of shell scripts
92 * - introduced revision numbers
93 *

Potrebbero piacerti anche