From cd989f9c3aff968e19a3aeabc4eb9085787a6673 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:43:12 +0200 Subject: Adding upstream version 1.10.2. Signed-off-by: Daniel Baumann --- run.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 run.php (limited to 'run.php') diff --git a/run.php b/run.php new file mode 100644 index 0000000..8f821ed --- /dev/null +++ b/run.php @@ -0,0 +1,18 @@ +app); +if (! $checker->satisfiesDependencies($this)) { + include __DIR__ . '/run-missingdeps.php'; + return; +} + +include __DIR__ . '/register-hooks.php'; -- cgit v1.2.3