mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Little move enjoyable view
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@545 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
3277a054bc
commit
c36dbbe60c
@ -3,10 +3,10 @@
|
|||||||
define('DB_USER', 'root');
|
define('DB_USER', 'root');
|
||||||
define('DB_PASSWORD', '');
|
define('DB_PASSWORD', '');
|
||||||
define('DB_DATABASE', 'mibew');
|
define('DB_DATABASE', 'mibew');
|
||||||
-------------------
|
|
||||||
//Maynot be needed it is deleteable, not sure if it's needed for profile page.
|
//Maynot be needed it is deleteable, not sure if it's needed for profile page.
|
||||||
$link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
|
$link = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
|
||||||
$db = mysql_select_db(DB_DATABASE);
|
$db = mysql_select_db(DB_DATABASE);
|
||||||
$result = mysql_query("SELECT * FROM members") or die(mysql_error());
|
$result = mysql_query("SELECT * FROM members") or die(mysql_error());
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
@ -6,7 +6,7 @@
|
|||||||
<link href="loginmodule.css" rel="stylesheet" type="text/css" />
|
<link href="loginmodule.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Registration Successful</h1>
|
<div align="center"><b><font color="#99CC00"> Registration Successful</font></b></div>
|
||||||
<p><a href="index.php">Click here</a> to login to your account.</p>
|
<div align="center"><p><a align="center" href="index.php">Click here</a> to login to your account.</p></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user