Lightweight self-hosted facebook-styled PHP blog.
Find a file
Miroslav Šedivý 768b5f76c7 regex bug
2019-12-26 19:35:36 +01:00
app custom config moved to data 2019-12-26 19:32:17 +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 custom config moved to data 2019-12-26 19:32:17 +01:00
.htaccess regex bug 2019-12-26 19:35:36 +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 removed legacy volumes from Docker 2019-12-26 19:33:03 +01:00
Dockerfile removed legacy volumes from Docker 2019-12-26 19:33:03 +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