Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<if $settings['panel']['no_robots'] == '0'>
|
||||
<meta name="robots" content="noindex, nofollow, noarchive" />
|
||||
<meta name="GOOGLEBOT" content="nosnippet" />
|
||||
|
||||
@@ -31,7 +31,6 @@ server.bind = "<SERVERIP>"
|
||||
url.access-deny = ("~", ".inc")
|
||||
|
||||
include "mime-types.conf"
|
||||
include "syscp-vhosts.conf"
|
||||
|
||||
fastcgi.server = (
|
||||
".php" => (
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="Publisher" content="SysCP" />
|
||||
<meta name="Publisher" content="Froxlor" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<title>SysCP Defaultpage</title>
|
||||
<title>Froxlor Defaultpage</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
@@ -55,13 +55,13 @@
|
||||
|
||||
<div class="default">
|
||||
<ul>
|
||||
<li>This domain was created using <a href="http://www.syscp.org">SysCP</a>.</li>
|
||||
<li>This domain was created using <a href="http://www.froxlor.org">Froxlor</a>.</li>
|
||||
<li>There is no content on this domain yet.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<ul><li>© 2003-2009 by <a href="http://www.syscp.org">the SysCP Team</a></li></ul>
|
||||
<ul><li>© 2009-2010 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user