This commit is contained in:
2018-12-01 23:21:20 -05:00
parent 5849a2620e
commit dfb81bf388
8 changed files with 224 additions and 235 deletions

View File

@ -48,10 +48,14 @@
*/
set_time_limit(0);
include_once 'vendor/autoload.php';
include_once 'config.inc';
include_once 'import.inc';
include_once 'helper.inc';
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
chdir(dirname(__FILE__));
$db = new db();