dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added Server table
tbrehm
2005-11-01
336a577f2809c9760e7a1a15f10f523b2cf20c8d
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
module.conf.php
1
2
3
4
5
6
7
8
9
10
11
<?php
$module = array (
'name' => 'sites',
'title' => 'Sites & Email',
'template' => 'module.tpl.htm',
'navframe_page' => '',
'startpage' => 'sites/index.php',
'tab_width' => '',
'nav' => NULL,
)
?>