Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_data_proxy.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | |
11 | 11 | //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'); |
13 | 13 | if(isset($_POST['url'])){ |
14 | 14 | $req_url = $_POST['url']; |
15 | 15 | }else{ |
— | — | @@ -96,4 +96,4 @@ |
97 | 97 | return str_replace( array('"', "\n", '{', '}'), |
98 | 98 | array('\"', '"'."+\n".'"', '\{', '\}'), |
99 | 99 | $val); |
100 | | -} |
\ No newline at end of file |
| 100 | +} |