You've already forked framexEngine-pro
8 lines
82 B
PHP
8 lines
82 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
require "../core/ignition.php";
|
||
|
|
|
||
|
|
$framex = new Framex;
|
||
|
|
|
||
|
|
$framex->init();
|