summaryrefslogtreecommitdiff
path: root/src/master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.cpp')
-rw-r--r--src/master.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/master.cpp b/src/master.cpp
index 95383d8..0699051 100644
--- a/src/master.cpp
+++ b/src/master.cpp
@@ -19,6 +19,10 @@ void master::ini( content::master &c )
} else {
c.username = "";
}
+ c.login_link = cms.root( ) + "/login";
+ c.logout_link = cms.root( ) + "/logout";
+ c.register_link = cms.root( ) + "/register";
+ c._root = cms.root( );
}
}