mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
8 lines
268 B
PHP
8 lines
268 B
PHP
<?php
|
|
/** @noinspection PhpDefineCanBeReplacedWithConstInspection */
|
|
define('IN_PONEPASTE', 1);
|
|
require_once(__DIR__ . '/../includes/common.php');
|
|
|
|
$page_template = 'rules';
|
|
$page_title = 'Rules';
|
|
require_once(__DIR__ . '/../theme/' . $default_theme . '/common.php');
|