Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
c2471496
Commit
c2471496
authored
Dec 16, 2005
by
Falko Timme
Browse files
No commit message
No commit message
parent
4cfff787
Changes
4
Hide whitespace changes
Inline
Side-by-side
interface/lib/app.inc.php
View file @
c2471496
...
...
@@ -167,6 +167,7 @@ class app {
}
else
{
$this
->
tpl
->
setVar
(
'logo'
,
' '
);
}
$this
->
tpl
->
setVar
(
'app_title'
,
$conf
[
"app_title"
]);
}
...
...
interface/lib/config.inc.php
View file @
c2471496
...
...
@@ -29,6 +29,9 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ini_set
(
'register_globals'
,
0
);
$conf
[
'app_title'
]
=
"MyDNSConfig"
;
$conf
[
"app_version"
]
=
"1.0.0"
;
$conf
[
"rootpath"
]
=
"F:
\\
server
\\
www
\\
ispconfig3
\\
interface"
;
//$conf["rootpath"] = "D:\\www\\ispconfig3\\interface";
//$conf["rootpath"] = "/home/www/ispconfig3/web/cms";
...
...
interface/sql/ispconfig3db.sql
View file @
c2471496
...
...
@@ -533,7 +533,7 @@ CREATE TABLE `sys_user` (
-- Daten fr Tabelle `sys_user`
--
INSERT
INTO
`sys_user`
(
`userid`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`username`
,
`passwort`
,
`modules`
,
`startmodule`
,
`app_theme`
,
`typ`
,
`active`
,
`name`
,
`vorname`
,
`unternehmen`
,
`strasse`
,
`ort`
,
`plz`
,
`land`
,
`email`
,
`url`
,
`telefon`
,
`fax`
,
`language`
,
`groups`
,
`default_group`
)
VALUES
(
1
,
1
,
0
,
'riud'
,
'riud'
,
''
,
'admin'
,
'21232f297a57a5a743894a0e4a801fc3'
,
'admin,designer,sites'
,
'admin'
,
'default'
,
'admin'
,
1
,
''
,
'Administrator'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'en'
,
'1,2'
,
0
);
INSERT
INTO
`sys_user`
(
`userid`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`username`
,
`passwort`
,
`modules`
,
`startmodule`
,
`app_theme`
,
`typ`
,
`active`
,
`name`
,
`vorname`
,
`unternehmen`
,
`strasse`
,
`ort`
,
`plz`
,
`land`
,
`email`
,
`url`
,
`telefon`
,
`fax`
,
`language`
,
`groups`
,
`default_group`
)
VALUES
(
1
,
1
,
0
,
'riud'
,
'riud'
,
''
,
'admin'
,
'21232f297a57a5a743894a0e4a801fc3'
,
'admin,designer,sites
,dns
'
,
'admin'
,
'default'
,
'admin'
,
1
,
''
,
'Administrator'
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
''
,
'en'
,
'1,2'
,
0
);
--
-- Table structure for table `rr`
...
...
@@ -596,4 +596,4 @@ CREATE TABLE `soa` (
-- Dumping data for table `soa`
--
-- --------------------------------------------------------
-- --------------------------------------------------------
\ No newline at end of file
interface/web/themes/default/templates/main.tpl.htm
View file @
c2471496
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
ISPConfig
</title>
<title>
<tmpl_var
name=
"app_title"
>
</title>
<meta
http-equiv=
"Content-Type"
content=
"{tmpl_var name='html_content_encoding'}"
>
<link
href=
"themes/{tmpl_var name="
theme
"}/
style.css
"
rel=
"stylesheet"
type=
"text/css"
>
<script
language=
"JavaScript"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment