e
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
//ini_set('memory_limit','3096M');
|
||||
|
||||
use Snowflake\Application;
|
||||
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
$config = array_merge(
|
||||
require_once __DIR__ . '/system/Process/config.php',
|
||||
require_once __DIR__ . '/http-server/config.php'
|
||||
);
|
||||
|
||||
$application = new Application($config);
|
||||
$application->start();
|
||||
Reference in New Issue
Block a user