Lightweight self-hosted facebook-styled PHP blog.
Find a file
2019-12-26 19:04:05 +01:00
app centralized htaccess 2019-12-26 19:04:05 +01:00
data centralized htaccess 2019-12-26 19:04:05 +01:00
static html to text: client side xss prevention 2019-12-22 23:12:16 +01:00
.gitignore images dir changed 2019-12-26 18:20:19 +01:00
.htaccess centralized htaccess 2019-12-26 19:04:05 +01:00
ajax.php remove empty lines with spaces 2019-12-20 18:38:48 +01:00
common.php session cookie as httponly 2019-12-22 22:53:25 +01:00
config.ini Merge branch 'master' of github.com:m1k1o/blog into docker 2019-12-26 18:21:28 +01:00
docker-compose.yml docker compose unless stopped 2019-12-24 00:36:12 +01:00
Dockerfile added Dockerfile 2019-12-23 22:03:22 +01:00
favicon.ico Initial Release 2016-12-27 21:25:32 +01:00
index.php removed mcrypt_create_iv func 2019-12-22 22:58:11 +01:00
README.md Initial Release 2016-12-27 21:25:32 +01:00
robots.txt Initial Release 2016-12-27 21:25:32 +01:00

blog

Requirements: Apache, PHP 7.0, MySQL

How to install

  1. Copy files
  2. Import db.sql => MySQL
  3. Copy config.ini => custom.ini and define
  4. Done