PHP-Blog-Admin
PHP-Blog-Admin copied to clipboard
A PHP Admin Dashboard / Website (with blog section)
There are several references to an incorrect path in files that are requiring the `db.php` file to establish the database connection. This pull request fixes them all to ensure users...
There is an unused file found in `admin/functions/login.php`. Within this file, however, is an SQL injection that can be used to bypass authentication and login as any admin user. To...
//if the user is logged in Greets the user with message if (isset($_SESSION['email'])){ $email = $_SESSION['email']; echo "Hello " . $email . ""; echo "This is the Adminea"; echo "Logout";...
Hello is it possible to add RTL support to this blog system?
Hi there, First of all great work thanks for sharing the panel. It works like a charm on local. BUT... I've tried to upload this on a real server. On...
relocated most of the files . And added dynamic loading of static parts of the pages .