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