diff --git a/plugin.php b/plugin.php new file mode 100644 index 0000000..71fe471 --- /dev/null +++ b/plugin.php @@ -0,0 +1,21 @@ +getPage($sPath); +if (empty($oPage)) { + print "Accessing unregistered resource"; + exit(1); +} + +$oPage->dispatch();