parent
c2b755233d
commit
cf1ccd8d6c
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/*
|
||||
*
|
||||
* @copyright (c) 2012 animegame.eu
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
|
||||
* @author hecht
|
||||
*/
|
||||
|
||||
include('path.inc.php');
|
||||
include_once(ROOT_PATH.'/include/config/db.inc.php');
|
||||
include_once(ROOT_PATH.'/include/tasking.inc.php');
|
||||
|
||||
tick();
|
||||
|
||||
?>
|
Loading…
Reference in new issue