pen test causes this a pain
authorAlan <alan@roojs.com>
Wed, 15 Mar 2023 04:32:50 +0000 (12:32 +0800)
committerAlan <alan@roojs.com>
Wed, 15 Mar 2023 04:32:50 +0000 (12:32 +0800)
examples/tree/get-nodes.php

index 112fd44..e69a1fd 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
  
+die("disabled");
 $lib  = empty($_REQUEST['lib']) ? dirname(__FILE__)."/../../" : dirname(__FILE__)."/../" ;
 $rnode = empty($_REQUEST['node']) ? '' : $_REQUEST['node'];
 $node = preg_replace('/^(source|yui)/i', '',$rnode);