This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
vichan
Watch
1
Star
0
Fork
0
You've already forked vichan
mirror of
https://github.com/vichan-devel/vichan.git
synced
2024-11-12 01:50:48 +01:00
Code
Releases
Wiki
Activity
2f88d0809f
vichan
/
inc
/
bootstrap.php
4 lines
71 B
PHP
Raw
Normal View
History
Unescape
Escape
use composer
2021-02-13 19:24:03 +01:00
<
?
php
mute constant redefinition notice
2021-02-14 09:22:01 +01:00
@
define
(
'TINYBOARD'
,
'xD'
);
use composer
2021-02-13 19:24:03 +01:00
require_once
(
'vendor/autoload.php'
);
Copy Permalink