aja, ich habe einige Bugs gefixxed, die ich selber mal bemerkt habe.
Vom Coder war Version 1 drau�en, ich habe meine modded Version mal V2 genannt, trotzdem gehen Credits natürlich zum Coder
wäre der eingegebene Text zu lang, deshalb im Anhang
Der Anfang wird allerdings im Code erscheinen, als Beweis
PHP
<?php
/*
* webadmin v2.php - a simple Web-based file manager
* Copyright (C) 2002 Daniel Wacker
* modded by fred777
* SQL Bug fixxed
* This program 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.
*
* 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.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
/* ------------------------------------------------------------------------- */
/* Select your language:
* 'en' - English
* 'de' - German
* 'cz' - Czech
* 'it' - Italian
*/
$language = 'en';
/* This directory is shown when you start webadmin.php.
* For example: './' would be the current directory.
*/
$homedir = './';
/* This sets the root directory of the treeview.
* Set it to '/' to see the whole filesystem.
*/
$treeroot = '/';
Alles anzeigen