gd-sharer/index.php

10 lines
207 B
PHP
Raw Permalink Normal View History

2018-06-14 02:21:52 +02:00
<?php
error_reporting(0);
session_start();
include "system/function.php";
$title = config('site.tag')." - ".config('site.title');
include "header.php";
include "system/menu/root.php";
include "footer.php";