svn: /web/doc-editor/trunk/php/ index.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 19 Jun 2011 22:48:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312312
Log:
Fix security issue - reported by Neal Poole
Changed paths:
A web/doc-editor/trunk/php/index.php
Added: web/doc-editor/trunk/php/index.php
===================================================================
--- web/doc-editor/trunk/php/index.php (rev 0)
+++ web/doc-editor/trunk/php/index.php 2011-06-19 22:48:08 UTC (rev 312312)
@@ -0,0 +1,4 @@
+<?php
+Header("Location: ../");
+exit;
+?>
\ No newline at end of file