summaryrefslogtreecommitdiff
path: root/repo.php
diff options
context:
space:
mode:
Diffstat (limited to 'repo.php')
-rw-r--r--repo.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/repo.php b/repo.php
index a3523b3954..985e90a190 100644
--- a/repo.php
+++ b/repo.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', 'repo.php');
require './includes/session.php';