summaryrefslogtreecommitdiff
path: root/lib/ckeditor5/src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ckeditor5/src')
-rw-r--r--lib/ckeditor5/src/index.html0
-rw-r--r--lib/ckeditor5/src/index.php3
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/ckeditor5/src/index.html b/lib/ckeditor5/src/index.html
deleted file mode 100644
index e69de29..0000000
--- a/lib/ckeditor5/src/index.html
+++ /dev/null
diff --git a/lib/ckeditor5/src/index.php b/lib/ckeditor5/src/index.php
new file mode 100644
index 0000000..f67f1d7
--- /dev/null
+++ b/lib/ckeditor5/src/index.php
@@ -0,0 +1,3 @@
1<?php
2header('Location: ../index.php');
3exit();