readme.htm

来自「基于PHP和MYSQL的计算机辅助设备维修管理系统」· HTM 代码 · 共 47 行

HTM
47
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>readme.htm</title>
</head>

<body style="font-family: Arial, Helvetica, sans-serif;">

<style>
p {width: 600px;
}
</style>

<p>
<strong>license:</strong>
<br>
this software (maintenance-software.org) is 100% free and may be used free of charge. you may not redistribute or sell this software.
</p>


<p>
<strong>installation:</strong>
<br>
-copy all files to your web host<br>
-use phpmyadmin or your mysql interface to run "db.sql" against your database.<br>
-open site.xml and edit the database section with your database details.<br>
-login with username of admin with a password of test.<br>
-be sure to change the passwords for the admin and regular user.<br>
</p>

<p>Setup the site.xml file with your database settings as follows.</p>

<p>
	&#60;database type="mysql"><br>
	&nbsp;&nbsp;&nbsp;&#60;server>database server address&#60;/server><br>
	&nbsp;&nbsp;&nbsp;&#60;login>database login&#60;/login><br>
	&nbsp;&nbsp;&nbsp;&#60;password>database password&#60;/password><br>
	&nbsp;&nbsp;&nbsp;&#60;default>mysql database name&#60;/default><br>
	&#60;/database><br>
</p>

<p>check <a href="http://www.maintenance-software.org">www.maintenance-software.org</a> for updates.</p>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?