diff -r fb7cd02b9848 -r 561aa6d282f6 web/wp-content/plugins/exec-php/includes/manager.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/exec-php/includes/manager.php Mon Feb 01 09:51:57 2010 +0000 @@ -0,0 +1,44 @@ +m_ajax =& new ExecPhp_Ajax($cache); + $this->m_runtime =& new ExecPhp_Runtime($cache); + $this->m_admin =& new ExecPHP_Admin($cache); + } +} +endif; + +?> \ No newline at end of file