aboutsummaryrefslogtreecommitdiff
path: root/www/text.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/text.php')
-rw-r--r--www/text.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/text.php b/www/text.php
new file mode 100644
index 0000000..ffe530a
--- /dev/null
+++ b/www/text.php
@@ -0,0 +1,10 @@
+<?php
+namespace bdrem;
+
+if (file_exists(__DIR__ . '/../src/bdrem/Autoloader.php')) {
+ require_once __DIR__ . '/../src/bdrem/Autoloader.php';
+ Autoloader::register();
+}
+$web = new WebText();
+$web->run();
+?>