|
@@ -1,3 +1,9 @@ |
|
1
|
1
|
<?php |
|
2
|
+/** |
|
3
|
+ * Directory index guard. |
|
4
|
+ * |
|
5
|
+ * Intentionally empty placeholder so the web server does not list the plugin |
|
6
|
+ * directory contents when index.php is requested directly. "Silence is golden." |
|
7
|
+ */ |
|
2
|
8
|
|
|
3
|
9
|
// Silence is golden |