<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
 
<html>
 
<head>
 
    <title>Untitled</title>
 
        <link rel="stylesheet" href="settings.css" type="text/css">
 
</head>
 
 
<body background="images/top.gif" style="background-repeat: no-repeat; background-position: center;">
 
<center>
 
 
<?php
 
 
include("common.inc");
 
$dbf->select_db($DB);
 
print("User $User logged in succesfully! - fDbase Version : ");
 
 
echo $dbf->version;
 
echo " - ";
 
echo $dbf->path;
 
 
?>
 
 
</center>
 
</body>
 
</html>
 
 
 |