This commit is contained in:
Shish
2013-06-19 20:59:59 +01:00
parent a3486f9b29
commit 4a2c47459c
43 changed files with 5053 additions and 0 deletions

10
ext/chatbox/include.php Normal file
View File

@ -0,0 +1,10 @@
<?
$null = null;
include 'php/filestorage.class.php';
include 'preferences.php';
include 'php/json.class.php';
include 'php/functions.php';
include 'php/yshout.class.php';
include 'php/ajaxcall.class.php';
?>