User information separated to extra file
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@25 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
68203779c0
commit
a35d786f5b
4 changed files with 51 additions and 2 deletions
|
@ -34,8 +34,9 @@ if (! $logged_in) {
|
|||
echo _("You're not known to the system.")."<br/>";
|
||||
echo _("Please go back and try again.");
|
||||
} else {
|
||||
echo _("Session with ID: ").session_id()."<br/>";
|
||||
echo _("UID: ").$_SESSION["userid"]."<br/>";
|
||||
include("userhead.php");
|
||||
// echo _("Session with ID: ").session_id()."<br/>";
|
||||
// echo _("UID: ").$_SESSION["userid"]."<br/>";
|
||||
printf(_("You may now see your <a href=\"%s\">Domain list</a>."),
|
||||
"domainlist.php");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue