diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-22 16:33:01 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-22 16:33:01 +0100 |
commit | 95d1b9428f3fc97f92c463c50c2afd17a5b5444e (patch) | |
tree | 98b1e4a3c9c59033fe51f508dc3bd46652eacac1 /test/index.php | |
parent | 8bf926db1926665ad8a376971a6e35f33269b8d4 (diff) |
enhance local testing
Diffstat (limited to 'test/index.php')
-rw-r--r-- | test/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/index.php b/test/index.php new file mode 100644 index 0000000..cead5ee --- /dev/null +++ b/test/index.php @@ -0,0 +1,3 @@ +<?php + +include dirname(__DIR__) . '/index.php'; |