diff options
Diffstat (limited to 'web/php/sqlib.inc.php')
-rw-r--r-- | web/php/sqlib.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/php/sqlib.inc.php b/web/php/sqlib.inc.php new file mode 100644 index 0000000..154bcbd --- /dev/null +++ b/web/php/sqlib.inc.php @@ -0,0 +1,5 @@ +<?php + + require_once('sqlib_scoreboard.inc.php'); + +?> |