mirror of https://github.com/tp4a/teleport
commit
2b6d3a0529
|
@ -9,6 +9,9 @@ $app.on_init = function (cb_stack) {
|
||||||
$app.info = $app.create_info_table();
|
$app.info = $app.create_info_table();
|
||||||
cb_stack.add($app.info.init);
|
cb_stack.add($app.info.init);
|
||||||
|
|
||||||
|
$app.global = $app.create_config_global();
|
||||||
|
cb_stack.add($app.global.init);
|
||||||
|
|
||||||
$app.sess = $app.create_config_sess();
|
$app.sess = $app.create_config_sess();
|
||||||
cb_stack.add($app.sess.init);
|
cb_stack.add($app.sess.init);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue