dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3
Florian Schaal
2015-07-30
71a8ee0daf5c7d6b57522a4a72123f1b224f88ad
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
login
/
lib
/
module.conf.php
1
2
3
4
5
6
7
<?php
$module["name"] = "login";
$module["title"] = "top_menu_login";
$module["template"] = "module.tpl.htm";
$module["startpage"] = "login/index.php";
$module["nav"] = array();
?>