mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
10 lines
154 B
PHP
10 lines
154 B
PHP
<?php
|
|
require "include/bittorrent.php";
|
|
dbconn();
|
|
loggedinorreturn();
|
|
stdhead();
|
|
begin_main_frame();
|
|
insert_smilies_frame();
|
|
end_main_frame();
|
|
stdfoot();
|