mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 16:11:16 -08:00
fbb55cfd29
Чистка git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@355 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
15 lines
283 B
PHP
15 lines
283 B
PHP
<?php
|
|
|
|
define('IN_PHPBB', true);
|
|
define('BB_SCRIPT', 'donate');
|
|
define('BB_ROOT', './');
|
|
require(BB_ROOT ."common.php");
|
|
|
|
// Start session management
|
|
$user->session_start();
|
|
|
|
$template->assign_vars(array(
|
|
'PAGE_TITLE' => 'Помощь трекеру',
|
|
));
|
|
|
|
print_page('donate.tpl'); |