small updates
This commit is contained in:
parent
43ad32700c
commit
99a9ed919e
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ require_once 'core/init_core.inc.php';
|
|||
$plugin->run_hook('register_begin');
|
||||
$session->page_begin('Register', FALSE);
|
||||
if($session->userdata['uid']!=0){
|
||||
header('Location:http://'.$config['domain'].'/'.$config['path'].'usercp.php');
|
||||
header('Location:https://'.$config['domain'].'/'.$config['path'].'usercp.php');
|
||||
}
|
||||
if($config['registring']==0){
|
||||
$core->message('Accouterstellung abgeschaltet','Zur Zeit wurde die Accounterstellung deaktiviert.',TRUE,$config['path'].'/index.php',5);
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
<!--- Basic Page Needs
|
||||
================================================== -->
|
||||
<meta charset="utf-8">
|
||||
<title>AustriaChat.net - Die Österreichische Chatcommunity</title>
|
||||
<meta content="AustriaChat.net - Die Österreichische Chatcommunity" property="og:title" />
|
||||
<title>Funch.at - Die Österreichische Chatcommunity</title>
|
||||
<meta content="Funch.at - Die Österreichische Chatcommunity" property="og:title" />
|
||||
<meta name="keywords" content="oe3 Ö3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
|
||||
<meta name="author" content="AustriaChat.net" />
|
||||
<meta name="author" content="Funch.at" />
|
||||
<meta name="description" content="Die kostenlose und werbefreie Österreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
|
||||
{$meta}
|
||||
<link href="https://austriachat.net/chat" rel="Chat"/>
|
||||
<link href="https://austriachat.net/forum" rel="Forum"/>
|
||||
<link href="https://funch.at/chat" rel="Chat"/>
|
||||
<link href="https://funch.at/forum" rel="Forum"/>
|
||||
<!-- mobile specific metas
|
||||
================================================== -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
<div class="header-content twelve columns">
|
||||
|
||||
<h1 id="logo-text"><a href="/" title="">Austriachat.net</a></h1>
|
||||
<h1 id="logo-text"><a href="/" title="">FunCh.at</a></h1>
|
||||
<p id="intro">Die Österreichische Chatcommunity</p>
|
||||
|
||||
</div>
|
||||
|
@ -81,4 +81,4 @@
|
|||
|
||||
</nav> <!-- end #nav-wrap -->
|
||||
|
||||
</header> <!-- Header End -->
|
||||
</header> <!-- Header End -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue