joined login+start
parent
0eb9830818
commit
fc90174dd8
@ -1,13 +1,6 @@
|
||||
<?php
|
||||
function guest_start() {
|
||||
require_once ('includes/pages/guest_login.php');
|
||||
$html = "<p>" . Get_Text("index_text1") . "</p>\n";
|
||||
$html .= "<p>" . Get_Text("index_text2") . "</p>\n";
|
||||
$html .= "<p>" . Get_Text("index_text3") . "</p>\n";
|
||||
|
||||
$html .= guest_login_form();
|
||||
|
||||
$html .= "<h6>" . Get_Text("index_text4") . "</h6>";
|
||||
return $html;
|
||||
header("Location: ?p=login");
|
||||
die();
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue