Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from flatCore/develop
Browse files Browse the repository at this point in the history
Merge Develop
  • Loading branch information
patkon committed Oct 14, 2021
2 parents 82788d0 + 9691b53 commit b004481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,9 +1,11 @@
<img src="https://www.flatcore.org/content/images/icon-flatcore-128.png">
<img src="https://www.flatcore.org/content/images/icon-flatcore-128.png" align="right">

## flatCore CMS

flatCore is a lightweight Content Management System based on PHP and SQLite. MySQL database support is in progress and will be released soon.

<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/flatCore/flatCore-CMS"> <img alt="GitHub" src="https://img.shields.io/github/license/flatCore/flatCore-CMS"> <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/flatCore/flatCore-CMS"> [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)

* Official Site: https://flatcore.org
* License: GNU GENERAL PUBLIC LICENSE Version 3

Expand Down
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -10,6 +10,7 @@
ini_set("url_rewriter.tags", '');
session_start();
error_reporting(0);
header("X-Frame-Options: SAMEORIGIN");

$fc_start_time = microtime(true);
require 'config.php';
Expand Down

0 comments on commit b004481

Please sign in to comment.