|
on radinks.com
|
Configuration Guide For the PHP Edition of Rad File
Once the web application component of the file manager has been installed, you can configure it by editing the
inc/config.php file. This file contains essentially the same set of configuration directives as you find in the Rad User Manager. The PHP edition of the File Manager web application makes use of the User Manager. Thus the configuration guide for the user manager also applies as the configuration guide for the PHP Edition.
However there are three additional settings that deserve mention:
- $spaceAllowed
- This is the default quotat that will be allocated for users. This setting can be overridden by creating/modifying the record for individual users in the database. This setting can be found in radfile.php
- $filesAllowed
- Another setting that can be changed by editing radfile.php. As the name suggest, it defines how many files each user may store in the system. As wtih the $spaceAllowed setting, it can be overridden by updating the user's record in the database
- $base_dir
- This setting, defined in the inc/config.php file sets the location for saving user files. The pathname that you enter should be writable by the web server. Note that if you change this for a running system users will no longer be able to download the files that they have previously uploaded.
Also see:
|