
页面保护
只需将以下行添加到您要保护的 php 页面即可。只有登录用户才能看到该页面。
// SESSION CHECK SET OR NOT if (!isset($_SESSION['name'])) { header('location: index.php'); }
安装
- 在 config.php 文件
- 使用 phpmyadmin 或任何您喜欢的方式创建数据库
- 现已开放 http://localhost/user/index.php 到浏览器
演示登录
用户管理: 点击这里
username:admin password:admin
更新历史
版本 2.3
--Security issue:GET method Changed to POST AJAX Load Users in admin panel ---admin/view_users.php - Edited ---admin/code/ajaxUserView.php - New File
版本 2.1 18th 十二月 2014
- Fixed: Admin sha1 password update
版本 2.0 2014 年 12 月 8 日
- Added: Email Verification - Added: Encrypted Passwords - Added: Reset Password
版本 1.3 2014 年 12 月 3 日
- Added: Export csv - Added: Line Graph dashboard - Added: Recent Sign ups - Added: Profile Setting Page
版本 1.2 2nd 十二月 2014
-Bug fixed
版本 1.1 2014 年 12 月 1 日
-Profile page security issue fixed
版本 1.0 2014 年 11 月 28 日
-Initial Release
原文链接:https://www.hrdweb.com/47251.html,转载请注明出处~~~
评论0