Port the old system to a more advanced setup.
This commit is contained in:
8
public/index.php
Normal file
8
public/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once '../vendor/autoload.php';
|
||||
|
||||
if (\FooBar\Configuration::loadConfig()->isOpen()) {
|
||||
require 'isOpen.php';
|
||||
} else {
|
||||
require 'isGesloten.php';
|
||||
}
|
||||
Reference in New Issue
Block a user