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