Preferences‎ > ‎

prefs

Description

Load additional preferences from a file.

This preference is unique, in that it causes other preferences to be set.

Notes

  • This is a mechanism for maintaining different sets of preferences in different files.
  • Technically, this causes any .php file to be included, so if you'd like to inject code, this is a kludgey way to do it.

Example

fbcmd SAVEPREF -debug=1 -trace=1 noisyprefs.php
fbcmd STATUS -prefs=noisyprefs.php
Comments