Procedural File: mrf.config.php
Source Location: /mrf/libs/mrf.config.php
Page Details:
MRF Configuration File
The MRF Configuration File contains all of the variables neccessary for adapting the MRF tool to your system. This config file will use Constant Variables used throughout the MRF library. Please read the comments near each variable before changing! This config file MUST reside in the same folder as the mrf_setup.php file. The following Variables must be set: - MRF_DIR Directory where the MRF Application Resides
- SMARTY_DIR Directory where the Smarty Class is located
- SHARED_DIR Directory where other shared applications reside
- DB_DSN PEAR::DB DSN string
You would also want to add any other variables required by the Authentication library you choose to use.
MRF_DIR [line 39]
SHARED_DIR [line 54]
SMARTY_DIR [line 46]
|