diff options
Diffstat (limited to 'famlist.php')
| -rw-r--r-- | famlist.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/famlist.php b/famlist.php index ca3fe72f86..cb51022f5d 100644 --- a/famlist.php +++ b/famlist.php @@ -16,6 +16,12 @@ namespace Webtrees; * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/** + * Defined in session.php + * + * @global Tree $WT_TREE + */ + define('WT_SCRIPT_NAME', 'famlist.php'); require './includes/session.php'; |
