include_once "gesdis.php";
include_once "gessql.php";
+
+//Defining the applcation name
+global $myfilename;
+$myfilename="lvlmai";
+
+
function tblheader(string $remoteip,int $numrec,int $offset,int $limit)
{
$STR = <<<EOT
<TR>
<TD align=left>
-<FORM action="lvlmai.php" method="post">
+<FORM action="$myfilename.php" method="post">
<input type="hidden" name="username" value="$username"/>
<input type="hidden" name="offset" value="$offset"/>
<input type="hidden" name="limit" value="$limit"/>
</FORM>
</TD>
<TD align=left>
-<FORM action="lvlrmt.php" method="post">
+<FORM action="$myfilename.php" method="post">
<FONT SIZE=+1>
$email:
<input type="text" value="$username" name="remoteip" size=20 style="font-size: 100%;">
}
$start=starthtml(NULL);
$stop=endhtml();
-$top=topper($isadmin,$logname,"lvlmai");
-$footer=footer("lvlmai");
+$top=topper($isadmin,$logname,"$myfilename");
+$footer=footer("$myfilename");
$tblheader=tblheader($username,$numrec,$offset,$limit);
$rqst->close();