Inital
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$_GET['view'] = 'event-create';
|
||||
require_once __DIR__ . '/impfworkflow.php';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$_GET['view'] = 'event-create';
|
||||
require_once __DIR__ . '/impfworkflow.php';
|
||||