This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Club-Panda
mirror of
https://github.com/jrtechs/Club-Panda.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Simple website with some JavaScript games.
31
Commits
1
Branch
2.5 MiB
CSS
45%
HTML
25.7%
PHP
23.9%
JavaScript
3.7%
Hack
1.4%
Other
0.4%
Tree:
1eeeec9bc2
jrtechs-Club-Panda
/
club_connect.php
3 lines
88 B
Raw
Blame
History
<
?
php
$db
=
new
SQLite3
(
"
/app/public/clubpanda.sqlite
"
,
SQLITE3_OPEN_READWRITE
);
?>