This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/chatbox/include.php

10 lines
217 B
PHP
Raw Normal View History

2013-06-19 19:59:59 +00:00
<?
$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';
?>