r39199 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39198‎ | r39199 | r39200 >
Date:02:03, 12 August 2008
Author:dale
Status:old
Tags:
Comment:
basic entry point check
Modified paths:
  • /trunk/extensions/MetavidWiki/skins/mv_embed/mv_data_proxy.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_data_proxy.php
@@ -8,7 +8,7 @@
99 */
1010
1111 //NOTE THIS IS DISABLED BY DEFAULT simply comment out the line below to enable;
12 -//die('note mv_data_proxy is disabled by default');
 12+die('note mv_data_proxy is disabled by default');
1313 if(isset($_POST['url'])){
1414 $req_url = $_POST['url'];
1515 }else{
@@ -96,4 +96,4 @@
9797 return str_replace( array('"', "\n", '{', '}'),
9898 array('\"', '"'."+\n".'"', '\{', '\}'),
9999 $val);
100 -}
\ No newline at end of file
 100+}

Status & tagging log