Share

Weeble File Manager

File Release Notes and Changelog

Release Name: 2002-04-02

Notes:
Weeble File Manager v1.1 + Beta1

This is the first beta release since the 1.1 release.
Changes include:
* Should now support versions of php4 prior to 4.1.x.
  (Tested on php 4.0.6)
* mcrypt is now optional.
* Added error checking for required php.ini options.
* Changes to move toward better customizability.

Changes: * WeebleFM_Main was missing from the CVS (docs). * Encryption is now optional. - New variable ($ftp_disable_mcrypt) completely disables mcrypt support. - If mcrypt isn't found and the above isn't set. A warning is generated and login is disabled. * Added $ftp_remember_me toggle. Set to TRUE to enable the Remember Me check box. * Replaced $_SERVER with $HTTP_SERVER_VARS due to incompatabilities with versions of php prior to 4.1.0. * Added checking for file_uploads = on. * Added checking for register_globals. * Changed the script to use the image variables for the title image. * Added the does_key_exist function to handle older versions of php where we use array_key_exists changed occurence of array_key_exists to does_key_exist