pool/web/yaamp/core/backend/backend.php
Tanguy Pruvot 0f129bdd65 blocks: avoid delayed coin save + screenlog func
in some cases, there was issues to save correctly with the coin form.
2018-07-11 01:09:43 +02:00

17 lines
430 B
PHP

<?php
require_once('functions.php');
require_once('blocks.php');
require_once('coins.php');
require_once('rawcoins.php');
require_once('users.php');
require_once('payment.php');
require_once('stats.php');
require_once('system.php');
require_once('services.php');
require_once('sell.php');
require_once('clear.php');
require_once('renting.php');
require_once('markets.php');
require_once('notify.php');
require_once('bench.php');