[VIM] Savant2 oddity

Josh Zlatin josh at ramat.cc
Mon Sep 11 05:28:08 EDT 2006


On Mon, 11 Sep 2006, security curmudgeon wrote:

>
> http://archives.neohapsis.com/archives/bugtraq/2006-07/0370.html
>
>>>> Script : Savant2
>
>>>> Site : www.phpsavant.com
>
> /**
> * Base plugin class.
> */
> global $mosConfig_absolute_path;
> require_once 
> $mosConfig_absolute_path.'/components/com_mtree/Savant2/Plugin.php';
>
> /**
>
>
> --
>
> What am I missing here..

I am not sure yet what the relationship between Joomla and Savant2 is,
but it seems that the issue stems from the com_mtree component. If you
google "com_mtree component" take a look at:
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,102/Itemid,35/

download and try to grep again.

> http://phpsavant.com/api/Savant2/Savant2/_Savant2_Savant2_Compiler_basic_php.html
>
> forced /tmp/Savant2-2.4.3# find . -type f -name \*compiler\* -print
> forced /tmp/Savant2-2.4.3#

Try:
josh at lab1:~/savant2$ find . -type f -name \*Compiler\* -print
./Savant2-2.4.3/Savant2/Compiler.php
./Savant2-2.4.3/Savant2/Savant2_Compiler_basic.php

--
  - Josh


More information about the VIM mailing list