librecat/config.php

27 lines
377 B
PHP
Raw Normal View History

2020-05-21 15:57:59 +00:00
<?php
2020-05-21 17:19:38 +00:00
include("include/header.php");
2020-05-31 10:39:08 +00:00
include("include/settings.php");
2020-05-21 15:57:59 +00:00
session_start();
?>
2020-05-31 10:39:08 +00:00
<!DOCTYPE html>
2020-05-21 15:57:59 +00:00
<html>
2020-05-31 10:39:08 +00:00
<head>
<title>Config | LibreCat</title>
<?php include("themes/$theme_name/config.php"); ?>
</head>
<body>
2020-05-21 15:57:59 +00:00
<h1>Config</h1>
2020-05-31 10:39:08 +00:00
<p>
For now this section is under construction, but
I have activated it to log vinculate accounts with
Twitter.
</p>
</body>
2020-05-21 15:57:59 +00:00
</html>