There are no dependencies or databases. To start, you just have to clone this repository!
$ https://github.com/CeriseGoutPelican/SimpleRedirectionPhp.git
$ [email protected]:CeriseGoutPelican/SimpleRedirectionPhp.git
First, from the ./data/
folder, you need to edit the logins.php.default
and redirections.json.default
files by removing the `.default'.
In the logins.php
file, you need to edit the login by adding yours. By default, the admin login is [email protected]
and passsword
.
ℹ️ The password needs to by hashed with SHA-256.
$logins = [
'[email protected]'
=> '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8',
];
Your domain name must not point to the root of the project but to the ./public
folder.
Creative Commons Attribution 4.0
Version 1.1
- Tracking clicks by IP address
- Chart of the number of clicks over the last 30 days
- Improvement of the mobile version
- Cleaning Tailwind to improve performance
- Adding a menu of options to enable or disable ip tracking