diff --git a/2020/load.php b/2020/load.php new file mode 100644 index 0000000..6ae5f79 --- /dev/null +++ b/2020/load.php @@ -0,0 +1,32 @@ +. + +/* + * This file is called after before your unversioned 'load.php' and + * load some default configurations. + * + * You can override most of them from your 'load.php'. Example: + * + * define( 'SOMETHING', 'value' ); + */ + +// define latest conference (may be different to the one of the current site) +define( 'THIS_CONFERENCE_UID', 'itwikicon-2020' ); + +// require the upstream generic configuration file shared for all the conferences +require __DIR__ . '/../load.php';