librecat/config.php

9 lines
89 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-21 15:57:59 +00:00
session_start();
?>
<html>
<h1>Config</h1>
</html>