Files
nexusphp/smilies.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

10 lines
154 B
PHP

<?php
require "include/bittorrent.php";
dbconn();
loggedinorreturn();
stdhead();
begin_main_frame();
insert_smilies_frame();
end_main_frame();
stdfoot();